#F22681

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

Shades of Deep Cerise #F22681

Tints of Deep Cerise #F22681

Color information

#F22681 (or 0xF22681) is unknown color: approx Deep Cerise. HEX triplet: F2, 26 and 81. RGB value is (242,38,129). Sum of RGB (Red+Green+Blue) = 242+38+129=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F22681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22681 is #0DD97E. Grayscale: #6D6D6D. Windows color (decimal): -907647 or 8464114. OLE color: 8464114.

HSL color Cylindrical-coordinate representation of color #F22681: hue angle of 333.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22681 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24238129-
CMYK00.840.470.05
HSL333.24º88.7%54.9%-
HSV(B)333.24º84.3%94.9%-
XYZ41.2721.8522.81-
YUV109.37139.09222.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.17%
GREEN value IS 38 (15.23% from 255) = 9.29%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=59.17%
G=9.29%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423812900.840.470.05333.2488.754.9
HexF226810542F514d5937
Octal36246201012457551513167
Binary1111001010011010000001010101001011111011010011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22681; }

 p { color: rgb(242,38,129); }

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

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

 a { background-color: rgb(242,38,129); }

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

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

 span { border-color: rgb(242,38,129); }

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