Html Css Color HEX #F12C72 Cerise

📋 copy color: '#F12C72'

red 241 ◦ green 44 ◦ blue 114

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

Shades of Cerise #F12C72

Tints of Cerise #F12C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 60.4%
G = 11.03%
B = 28.57%

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

#F12C72 (or 0xF12C72) is known color: Cerise. HEX triplet: F1, 2C and 72. RGB value is (241,44,114). Sum of RGB (Red+Green+Blue) = 241+44+114=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C72 is #0ED38D. Grayscale: #6E6E6E. Windows color (decimal): -971662 or 7482609. OLE color: 7482609.

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

Color convert

RGB 241 44 114 -
CMYK 0 0.82 0.53 0.05
HSL 338.68º 0.88% 0.56% -
HSV(B) 338.68º 0.82% 0.95% -
XYZ 40.21 21.72 17.99 -
YUV 110.88 129.77 220.81 -
System Red Green Blue C M Y K H S L
Decimal 241 44 114 0 0.82 0.53 0.05 338.68 0.88 0.56
Hex F1 2C 72 0 52 35 5 153 58 38
Octal 361 54 162 0 122 65 5 523 130 70
Binary 11110001 101100 1110010 0 1010010 110101 101 101010011 1011000 111000

Color Harmonies of #F12C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C72

Black with #F12C72

Text Example


Text Example

White with #F12C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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