Html Css Color HEX #F12874 Cerise

📋 copy color: '#F12874'

red 241 ◦ green 40 ◦ blue 116

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

Shades of Cerise #F12874

Tints of Cerise #F12874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 60.71%
G = 10.08%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F12874 (or 0xF12874) is known color: Cerise. HEX triplet: F1, 28 and 74. RGB value is (241,40,116). Sum of RGB (Red+Green+Blue) = 241+40+116=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F12874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12874 is #0ED78B. Grayscale: #6C6C6C. Windows color (decimal): -972684 or 7612657. OLE color: 7612657.

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

Color convert

RGB 241 40 116 -
CMYK 0 0.83 0.52 0.05
HSL 337.31º 0.88% 0.55% -
HSV(B) 337.31º 0.83% 0.95% -
XYZ 40.19 21.48 18.55 -
YUV 108.76 132.09 222.32 -
System Red Green Blue C M Y K H S L
Decimal 241 40 116 0 0.83 0.52 0.05 337.31 0.88 0.55
Hex F1 28 74 0 53 34 5 151 58 37
Octal 361 50 164 0 123 64 5 521 130 67
Binary 11110001 101000 1110100 0 1010011 110100 101 101010001 1011000 110111

Color Harmonies of #F12874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12874

Black with #F12874

Text Example


Text Example

White with #F12874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12874; }

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

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

background-color css

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

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

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

border-color css

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

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

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