Html Css Color HEX #F12E7D Deep Cerise

📋 copy color: '#F12E7D'

red 241 ◦ green 46 ◦ blue 125

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

Shades of Deep Cerise #F12E7D

Tints of Deep Cerise #F12E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.17%

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 58.5%
G = 11.17%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F12E7D (or 0xF12E7D) is known color: Deep Cerise. HEX triplet: F1, 2E and 7D. RGB value is (241,46,125). Sum of RGB (Red+Green+Blue) = 241+46+125=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E7D is #0ED182. Grayscale: #717171. Windows color (decimal): -971139 or 8204017. OLE color: 8204017.

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

Color convert

RGB 241 46 125 -
CMYK 0 0.81 0.48 0.05
HSL 335.69º 0.87% 0.56% -
HSV(B) 335.69º 0.81% 0.95% -
XYZ 40.95 22.14 21.52 -
YUV 113.31 134.6 219.08 -
System Red Green Blue C M Y K H S L
Decimal 241 46 125 0 0.81 0.48 0.05 335.69 0.87 0.56
Hex F1 2E 7D 0 51 30 5 150 57 38
Octal 361 56 175 0 121 60 5 520 127 70
Binary 11110001 101110 1111101 0 1010001 110000 101 101010000 1010111 111000

Color Harmonies of #F12E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12E7D

Black with #F12E7D

Text Example


Text Example

White with #F12E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12E7D; }

 p { color: rgb(241,46,125); }

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

background-color css

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

 a { background-color: rgb(241,46,125); }

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

border-color css

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

 span { border-color: rgb(241,46,125); }

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