Html Css Color HEX #F12F73 Cerise

📋 copy color: '#F12F73'

red 241 ◦ green 47 ◦ blue 115

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

Shades of Cerise #F12F73

Tints of Cerise #F12F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.66%

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

R = 59.8%
G = 11.66%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F12F73 (or 0xF12F73) is known color: Cerise. HEX triplet: F1, 2F and 73. RGB value is (241,47,115). Sum of RGB (Red+Green+Blue) = 241+47+115=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F73 is #0ED08C. Grayscale: #707070. Windows color (decimal): -970893 or 7548913. OLE color: 7548913.

HSL color Cylindrical-coordinate representation of color #F12F73: hue angle of 338.97º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F73 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 115 -
CMYK 0 0.80 0.52 0.05
HSL 338.97º 0.87% 0.56% -
HSV(B) 338.97º 0.8% 0.95% -
XYZ 40.39 21.97 18.33 -
YUV 112.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 241 47 115 0 0.80 0.52 0.05 338.97 0.87 0.56
Hex F1 2F 73 0 50 34 5 153 57 38
Octal 361 57 163 0 120 64 5 523 127 70
Binary 11110001 101111 1110011 0 1010000 110100 101 101010011 1010111 111000

Color Harmonies of #F12F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F73

Black with #F12F73

Text Example


Text Example

White with #F12F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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