Html Css Color HEX #F12D71 Cerise

📋 copy color: '#F12D71'

red 241 ◦ green 45 ◦ blue 113

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

Shades of Cerise #F12D71

Tints of Cerise #F12D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.28%

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 60.4%
G = 11.28%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F12D71 (or 0xF12D71) is known color: Cerise. HEX triplet: F1, 2D and 71. RGB value is (241,45,113). Sum of RGB (Red+Green+Blue) = 241+45+113=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D71 is #0ED28E. Grayscale: #6F6F6F. Windows color (decimal): -971407 or 7417329. OLE color: 7417329.

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

Color convert

RGB 241 45 113 -
CMYK 0 0.81 0.53 0.05
HSL 339.18º 0.88% 0.56% -
HSV(B) 339.18º 0.81% 0.95% -
XYZ 40.19 21.77 17.71 -
YUV 111.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 241 45 113 0 0.81 0.53 0.05 339.18 0.88 0.56
Hex F1 2D 71 0 51 35 5 153 58 38
Octal 361 55 161 0 121 65 5 523 130 70
Binary 11110001 101101 1110001 0 1010001 110101 101 101010011 1011000 111000

Color Harmonies of #F12D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D71

Black with #F12D71

Text Example


Text Example

White with #F12D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D71; }

 p { color: rgb(241,45,113); }

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

background-color css

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

 a { background-color: rgb(241,45,113); }

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

border-color css

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

 span { border-color: rgb(241,45,113); }

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