Html Css Color HEX #F12F7F Deep Cerise

📋 copy color: '#F12F7F'

red 241 ◦ green 47 ◦ blue 127

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

Shades of Deep Cerise #F12F7F

Tints of Deep Cerise #F12F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.6%

R = 58.07%
G = 11.33%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F12F7F (or 0xF12F7F) is known color: Deep Cerise. HEX triplet: F1, 2F and 7F. RGB value is (241,47,127). Sum of RGB (Red+Green+Blue) = 241+47+127=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F7F is #0ED080. Grayscale: #727272. Windows color (decimal): -970881 or 8335345. OLE color: 8335345.

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

Color convert

RGB 241 47 127 -
CMYK 0 0.80 0.47 0.05
HSL 335.26º 0.87% 0.56% -
HSV(B) 335.26º 0.8% 0.95% -
XYZ 41.12 22.27 22.21 -
YUV 114.13 135.27 218.5 -
System Red Green Blue C M Y K H S L
Decimal 241 47 127 0 0.80 0.47 0.05 335.26 0.87 0.56
Hex F1 2F 7F 0 50 2F 5 14F 57 38
Octal 361 57 177 0 120 57 5 517 127 70
Binary 11110001 101111 1111111 0 1010000 101111 101 101001111 1010111 111000

Color Harmonies of #F12F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F7F

Black with #F12F7F

Text Example


Text Example

White with #F12F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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