#F07B97

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

Shades of Carissma #F07B97

Tints of Carissma #F07B97

Color information

#F07B97 (or 0xF07B97) is unknown color: approx Carissma. HEX triplet: F0, 7B and 97. RGB value is (240,123,151). Sum of RGB (Red+Green+Blue) = 240+123+151=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B97 is #0F8468. Grayscale: #A1A1A1. Windows color (decimal): -1016937 or 9927664. OLE color: 9927664.

HSL color Cylindrical-coordinate representation of color #F07B97: hue angle of 345.64º 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 #F07B97 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240123151-
CMYK00.490.370.06
HSL345.64º79.59%71.18%-
HSV(B)345.64º48.75%94.12%-
XYZ48.634.9333.46-
YUV161.17122.26184.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.69%
GREEN value IS 123 (48.44% from 255) = 23.93%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=46.69%
G=23.93%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012315100.490.370.06345.6479.5971.18
HexF07B9703125615a5047
Octal360173227061456532120107
Binary11110000111101110010111011000110010111010101101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07B97; }

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

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

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

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

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

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

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

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