Html Css Color HEX #F12766 Cerise

📋 copy color: '#F12766'

red 241 ◦ green 39 ◦ blue 102

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

Shades of Cerise #F12766

Tints of Cerise #F12766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.21%

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

R = 63.09%
G = 10.21%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F12766 (or 0xF12766) is known color: Cerise. HEX triplet: F1, 27 and 66. RGB value is (241,39,102). Sum of RGB (Red+Green+Blue) = 241+39+102=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F12766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12766 is #0ED899. Grayscale: #6A6A6A. Windows color (decimal): -972954 or 6694897. OLE color: 6694897.

HSL color Cylindrical-coordinate representation of color #F12766: hue angle of 341.29º degrees, saturation: 0.88, 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 #F12766 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 39 102 -
CMYK 0 0.84 0.58 0.05
HSL 341.29º 0.88% 0.55% -
HSV(B) 341.29º 0.84% 0.95% -
XYZ 39.4 21.11 14.57 -
YUV 106.58 125.42 223.88 -
System Red Green Blue C M Y K H S L
Decimal 241 39 102 0 0.84 0.58 0.05 341.29 0.88 0.55
Hex F1 27 66 0 54 3A 5 155 58 37
Octal 361 47 146 0 124 72 5 525 130 67
Binary 11110001 100111 1100110 0 1010100 111010 101 101010101 1011000 110111

Color Harmonies of #F12766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12766

Black with #F12766

Text Example


Text Example

White with #F12766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12766; }

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

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

background-color css

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

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

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

border-color css

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

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

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