Html Css Color HEX #F12973 Cerise

📋 copy color: '#F12973'

red 241 ◦ green 41 ◦ blue 115

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

Shades of Cerise #F12973

Tints of Cerise #F12973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 60.71%
G = 10.33%
B = 28.97%

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

#F12973 (or 0xF12973) is known color: Cerise. HEX triplet: F1, 29 and 73. RGB value is (241,41,115). Sum of RGB (Red+Green+Blue) = 241+41+115=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F12973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12973 is #0ED68C. Grayscale: #6D6D6D. Windows color (decimal): -972429 or 7547377. OLE color: 7547377.

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

Color convert

RGB 241 41 115 -
CMYK 0 0.83 0.52 0.05
HSL 337.8º 0.88% 0.55% -
HSV(B) 337.8º 0.83% 0.95% -
XYZ 40.16 21.52 18.26 -
YUV 109.24 131.26 221.98 -
System Red Green Blue C M Y K H S L
Decimal 241 41 115 0 0.83 0.52 0.05 337.8 0.88 0.55
Hex F1 29 73 0 53 34 5 152 58 37
Octal 361 51 163 0 123 64 5 522 130 67
Binary 11110001 101001 1110011 0 1010011 110100 101 101010010 1011000 110111

Color Harmonies of #F12973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12973

Black with #F12973

Text Example


Text Example

White with #F12973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12973; }

 p { color: rgb(241,41,115); }

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

background-color css

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

 a { background-color: rgb(241,41,115); }

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

border-color css

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

 span { border-color: rgb(241,41,115); }

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