Html Css Color HEX #F12866 Cerise

📋 copy color: '#F12866'

red 241 ◦ green 40 ◦ blue 102

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

Shades of Cerise #F12866

Tints of Cerise #F12866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.44%

 BLUE value IS 102 (40.23% from 255) = 26.63%

R = 62.92%
G = 10.44%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F12866 (or 0xF12866) is known color: Cerise. HEX triplet: F1, 28 and 66. RGB value is (241,40,102). Sum of RGB (Red+Green+Blue) = 241+40+102=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F12866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12866 is #0ED799. Grayscale: #6B6B6B. Windows color (decimal): -972698 or 6695153. OLE color: 6695153.

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

Color convert

RGB 241 40 102 -
CMYK 0 0.83 0.58 0.05
HSL 341.49º 0.88% 0.55% -
HSV(B) 341.49º 0.83% 0.95% -
XYZ 39.43 21.18 14.58 -
YUV 107.17 125.09 223.46 -
System Red Green Blue C M Y K H S L
Decimal 241 40 102 0 0.83 0.58 0.05 341.49 0.88 0.55
Hex F1 28 66 0 53 3A 5 155 58 37
Octal 361 50 146 0 123 72 5 525 130 67
Binary 11110001 101000 1100110 0 1010011 111010 101 101010101 1011000 110111

Color Harmonies of #F12866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12866

Black with #F12866

Text Example


Text Example

White with #F12866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12866; }

 p { color: rgb(241,40,102); }

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

background-color css

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

 a { background-color: rgb(241,40,102); }

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

border-color css

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

 span { border-color: rgb(241,40,102); }

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