Html Css Color HEX #F12C7E Deep Cerise

📋 copy color: '#F12C7E'

red 241 ◦ green 44 ◦ blue 126

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

Shades of Deep Cerise #F12C7E

Tints of Deep Cerise #F12C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 58.64%
G = 10.71%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F12C7E (or 0xF12C7E) is known color: Deep Cerise. HEX triplet: F1, 2C and 7E. RGB value is (241,44,126). Sum of RGB (Red+Green+Blue) = 241+44+126=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C7E is #0ED381. Grayscale: #707070. Windows color (decimal): -971650 or 8269041. OLE color: 8269041.

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

Color convert

RGB 241 44 126 -
CMYK 0 0.82 0.48 0.05
HSL 335.03º 0.88% 0.56% -
HSV(B) 335.03º 0.82% 0.95% -
XYZ 40.94 22.01 21.83 -
YUV 112.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 241 44 126 0 0.82 0.48 0.05 335.03 0.88 0.56
Hex F1 2C 7E 0 52 30 5 14F 58 38
Octal 361 54 176 0 122 60 5 517 130 70
Binary 11110001 101100 1111110 0 1010010 110000 101 101001111 1011000 111000

Color Harmonies of #F12C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C7E

Black with #F12C7E

Text Example


Text Example

White with #F12C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C7E; }

 p { color: rgb(241,44,126); }

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

background-color css

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

 a { background-color: rgb(241,44,126); }

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

border-color css

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

 span { border-color: rgb(241,44,126); }

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