Html Css Color HEX #F12A7F Deep Cerise

📋 copy color: '#F12A7F'

red 241 ◦ green 42 ◦ blue 127

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

Shades of Deep Cerise #F12A7F

Tints of Deep Cerise #F12A7F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.24%

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

R = 58.78%
G = 10.24%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F12A7F (or 0xF12A7F) is known color: Deep Cerise. HEX triplet: F1, 2A and 7F. RGB value is (241,42,127). Sum of RGB (Red+Green+Blue) = 241+42+127=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12A7F is #0ED580. Grayscale: #6F6F6F. Windows color (decimal): -972161 or 8334065. OLE color: 8334065.

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

Color convert

RGB 241 42 127 -
CMYK 0 0.83 0.47 0.05
HSL 334.37º 0.88% 0.55% -
HSV(B) 334.37º 0.83% 0.95% -
XYZ 40.93 21.89 22.15 -
YUV 111.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 241 42 127 0 0.83 0.47 0.05 334.37 0.88 0.55
Hex F1 2A 7F 0 53 2F 5 14E 58 37
Octal 361 52 177 0 123 57 5 516 130 67
Binary 11110001 101010 1111111 0 1010011 101111 101 101001110 1011000 110111

Color Harmonies of #F12A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A7F

Black with #F12A7F

Text Example


Text Example

White with #F12A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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