#F07694

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

Shades of Carissma #F07694

Tints of Carissma #F07694

Color information

#F07694 (or 0xF07694) is unknown color: approx Carissma. HEX triplet: F0, 76 and 94. RGB value is (240,118,148). Sum of RGB (Red+Green+Blue) = 240+118+148=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F07694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07694 is #0F896B. Grayscale: #9D9D9D. Windows color (decimal): -1018220 or 9729776. OLE color: 9729776.

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

Color convert

RGB240118148-
CMYK00.510.380.06
HSL345.25º80.26%70.2%-
HSV(B)345.25º50.83%94.12%-
XYZ47.7633.6231.99-
YUV157.9122.42186.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=47.43%
G=23.32%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011814800.510.380.06345.2580.2670.2
HexF076940332661595046
Octal360166224063466531120106
Binary11110000111011010010100011001110011011010101100110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07694; }

 p { color: rgb(240,118,148); }

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

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

 a { background-color: rgb(240,118,148); }

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

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

 span { border-color: rgb(240,118,148); }

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