Html Css Color HEX #F12264 Cerise

📋 copy color: '#F12264'

red 241 ◦ green 34 ◦ blue 100

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

Shades of Cerise #F12264

Tints of Cerise #F12264

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.07%

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 64.27%
G = 9.07%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F12264 (or 0xF12264) is known color: Cerise. HEX triplet: F1, 22 and 64. RGB value is (241,34,100). Sum of RGB (Red+Green+Blue) = 241+34+100=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F12264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12264 is #0EDD9B. Grayscale: #676767. Windows color (decimal): -974236 or 6562545. OLE color: 6562545.

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

Color convert

RGB 241 34 100 -
CMYK 0 0.86 0.59 0.05
HSL 340.87º 0.88% 0.54% -
HSV(B) 340.87º 0.86% 0.95% -
XYZ 39.15 20.76 14 -
YUV 103.42 126.08 226.13 -
System Red Green Blue C M Y K H S L
Decimal 241 34 100 0 0.86 0.59 0.05 340.87 0.88 0.54
Hex F1 22 64 0 56 3B 5 155 58 36
Octal 361 42 144 0 126 73 5 525 130 66
Binary 11110001 100010 1100100 0 1010110 111011 101 101010101 1011000 110110

Color Harmonies of #F12264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12264

Black with #F12264

Text Example


Text Example

White with #F12264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12264; }

 p { color: rgb(241,34,100); }

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

background-color css

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

 a { background-color: rgb(241,34,100); }

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

border-color css

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

 span { border-color: rgb(241,34,100); }

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