#F07B95

Color #F07B95 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F07B95

Tints of Carissma #F07B95

Color information

#F07B95 (or 0xF07B95) is unknown color: approx Carissma. HEX triplet: F0, 7B and 95. RGB value is (240,123,149). Sum of RGB (Red+Green+Blue) = 240+123+149=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B95 is #0F846A. Grayscale: #A0A0A0. Windows color (decimal): -1016939 or 9796592. OLE color: 9796592.

HSL color Cylindrical-coordinate representation of color #F07B95: hue angle of 346.67º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07B95 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240123149-
CMYK00.490.380.06
HSL346.67º79.59%71.18%-
HSV(B)346.67º48.75%94.12%-
XYZ48.4434.8632.61-
YUV160.95121.26184.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 46.88%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=46.88%
G=24.02%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012314900.490.380.06346.6779.5971.18
HexF07B9503126615b5047
Octal360173225061466533120107
Binary11110000111101110010101011000110011011010101101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07B95; }

 p { color: rgb(240,123,149); }

 H1.HeaderClassName
 {
   color: #F07B95;
 }
 .AnyTagClassName
 {
   color: #F07B95;
 }
</style>
background-color css

<style>
 a { background-color: #F07B95; }

 a { background-color: rgb(240,123,149); }

 div.DivClassName
 {
   background-color: #F07B95;
 }
 .BgClassName
 {
   background-color: #F07B95;
 }
</style>
border-color css

<style>
 span { border-color: #F07B95; }

 span { border-color: rgb(240,123,149); }

 td.TdClassName
 {
   border-color: #F07B95;
 }
 .TagClassName
 {
   border-color: #F07B95;
 }
</style>