Html Css Color HEX #F12C71 Cerise

📋 copy color: '#F12C71'

red 241 ◦ green 44 ◦ blue 113

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

Shades of Cerise #F12C71

Tints of Cerise #F12C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.06%

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

R = 60.55%
G = 11.06%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F12C71 (or 0xF12C71) is known color: Cerise. HEX triplet: F1, 2C and 71. RGB value is (241,44,113). Sum of RGB (Red+Green+Blue) = 241+44+113=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C71 is #0ED38E. Grayscale: #6E6E6E. Windows color (decimal): -971663 or 7417073. OLE color: 7417073.

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

Color convert

RGB 241 44 113 -
CMYK 0 0.82 0.53 0.05
HSL 338.98º 0.88% 0.56% -
HSV(B) 338.98º 0.82% 0.95% -
XYZ 40.16 21.69 17.69 -
YUV 110.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 241 44 113 0 0.82 0.53 0.05 338.98 0.88 0.56
Hex F1 2C 71 0 52 35 5 153 58 38
Octal 361 54 161 0 122 65 5 523 130 70
Binary 11110001 101100 1110001 0 1010010 110101 101 101010011 1011000 111000

Color Harmonies of #F12C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C71

Black with #F12C71

Text Example


Text Example

White with #F12C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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