Html Css Color HEX #F12367 Cerise

📋 copy color: '#F12367'

red 241 ◦ green 35 ◦ blue 103

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

Shades of Cerise #F12367

Tints of Cerise #F12367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.23%

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

R = 63.59%
G = 9.23%
B = 27.18%

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

#F12367 (or 0xF12367) is known color: Cerise. HEX triplet: F1, 23 and 67. RGB value is (241,35,103). Sum of RGB (Red+Green+Blue) = 241+35+103=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F12367 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12367 is #0EDC98. Grayscale: #686868. Windows color (decimal): -973977 or 6759409. OLE color: 6759409.

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

Color convert

RGB 241 35 103 -
CMYK 0 0.85 0.57 0.05
HSL 340.19º 0.88% 0.54% -
HSV(B) 340.19º 0.85% 0.95% -
XYZ 39.32 20.88 14.79 -
YUV 104.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 241 35 103 0 0.85 0.57 0.05 340.19 0.88 0.54
Hex F1 23 67 0 55 39 5 154 58 36
Octal 361 43 147 0 125 71 5 524 130 66
Binary 11110001 100011 1100111 0 1010101 111001 101 101010100 1011000 110110

Color Harmonies of #F12367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12367

Black with #F12367

Text Example


Text Example

White with #F12367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12367; }

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

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

background-color css

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

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

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

border-color css

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

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

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