Html Css Color HEX #F12468 Cerise

📋 copy color: '#F12468'

red 241 ◦ green 36 ◦ blue 104

#F12468
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #F12468

Tints of Cerise #F12468

RGB

 RED value IS 241 (94.53% from 255) = 63.25%

 GREEN value IS 36 (14.45% from 255) = 9.45%

 BLUE value IS 104 (41.02% from 255) = 27.3%

R = 63.25%
G = 9.45%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F12468 (or 0xF12468) is known color: Cerise. HEX triplet: F1, 24 and 68. RGB value is (241,36,104). Sum of RGB (Red+Green+Blue) = 241+36+104=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F12468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12468 is #0EDB97. Grayscale: #686868. Windows color (decimal): -973720 or 6825201. OLE color: 6825201.

HSL color Cylindrical-coordinate representation of color #F12468: hue angle of 340.1º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12468 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 36 104 -
CMYK 0 0.85 0.57 0.05
HSL 340.1º 0.88% 0.54% -
HSV(B) 340.1º 0.85% 0.95% -
XYZ 39.41 20.96 15.07 -
YUV 105.05 127.42 224.97 -
System Red Green Blue C M Y K H S L
Decimal 241 36 104 0 0.85 0.57 0.05 340.1 0.88 0.54
Hex F1 24 68 0 55 39 5 154 58 36
Octal 361 44 150 0 125 71 5 524 130 66
Binary 11110001 100100 1101000 0 1010101 111001 101 101010100 1011000 110110

Color Harmonies of #F12468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12468

Black with #F12468

Text Example


Text Example

White with #F12468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12468; }

 p { color: rgb(241,36,104); }

 H1.HeaderClassName
 {
   color: #F12468;
 }
 .AnyTagClassName
 {
   color: #F12468;
 }
</style>

background-color css

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

 a { background-color: rgb(241,36,104); }

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

border-color css

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

 span { border-color: rgb(241,36,104); }

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