Html Css Color HEX #F12267 Cerise

📋 copy color: '#F12267'

red 241 ◦ green 34 ◦ blue 103

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

Shades of Cerise #F12267

Tints of Cerise #F12267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.25%

R = 63.76%
G = 8.99%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F12267 (or 0xF12267) is known color: Cerise. HEX triplet: F1, 22 and 67. RGB value is (241,34,103). Sum of RGB (Red+Green+Blue) = 241+34+103=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F12267 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12267 is #0EDD98. Grayscale: #676767. Windows color (decimal): -974233 or 6759153. OLE color: 6759153.

HSL color Cylindrical-coordinate representation of color #F12267: hue angle of 340º 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 #F12267 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 34 103 -
CMYK 0 0.86 0.57 0.05
HSL 340º 0.88% 0.54% -
HSV(B) 340º 0.86% 0.95% -
XYZ 39.3 20.82 14.78 -
YUV 103.76 127.58 225.89 -
System Red Green Blue C M Y K H S L
Decimal 241 34 103 0 0.86 0.57 0.05 340 0.88 0.54
Hex F1 22 67 0 56 39 5 154 58 36
Octal 361 42 147 0 126 71 5 524 130 66
Binary 11110001 100010 1100111 0 1010110 111001 101 101010100 1011000 110110

Color Harmonies of #F12267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12267

Black with #F12267

Text Example


Text Example

White with #F12267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12267; }

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

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

background-color css

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

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

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

border-color css

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

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

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