Html Css Color HEX #F12B7F Deep Cerise

📋 copy color: '#F12B7F'

red 241 ◦ green 43 ◦ blue 127

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

Shades of Deep Cerise #F12B7F

Tints of Deep Cerise #F12B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.46%

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

R = 58.64%
G = 10.46%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F12B7F (or 0xF12B7F) is known color: Deep Cerise. HEX triplet: F1, 2B and 7F. RGB value is (241,43,127). Sum of RGB (Red+Green+Blue) = 241+43+127=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12B7F is #0ED480. Grayscale: #6F6F6F. Windows color (decimal): -971905 or 8334321. OLE color: 8334321.

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

Color convert

RGB 241 43 127 -
CMYK 0 0.82 0.47 0.05
HSL 334.55º 0.88% 0.56% -
HSV(B) 334.55º 0.82% 0.95% -
XYZ 40.97 21.96 22.16 -
YUV 111.78 136.6 220.17 -
System Red Green Blue C M Y K H S L
Decimal 241 43 127 0 0.82 0.47 0.05 334.55 0.88 0.56
Hex F1 2B 7F 0 52 2F 5 14F 58 38
Octal 361 53 177 0 122 57 5 517 130 70
Binary 11110001 101011 1111111 0 1010010 101111 101 101001111 1011000 111000

Color Harmonies of #F12B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12B7F

Black with #F12B7F

Text Example


Text Example

White with #F12B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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