Html Css Color HEX #F12C7C Deep Cerise

📋 copy color: '#F12C7C'

red 241 ◦ green 44 ◦ blue 124

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

Shades of Deep Cerise #F12C7C

Tints of Deep Cerise #F12C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 58.92%
G = 10.76%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F12C7C (or 0xF12C7C) is known color: Deep Cerise. HEX triplet: F1, 2C and 7C. RGB value is (241,44,124). Sum of RGB (Red+Green+Blue) = 241+44+124=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C7C is #0ED383. Grayscale: #6F6F6F. Windows color (decimal): -971652 or 8137969. OLE color: 8137969.

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

Color convert

RGB 241 44 124 -
CMYK 0 0.82 0.49 0.05
HSL 335.63º 0.88% 0.56% -
HSV(B) 335.63º 0.82% 0.95% -
XYZ 40.81 21.96 21.16 -
YUV 112.02 134.77 220 -
System Red Green Blue C M Y K H S L
Decimal 241 44 124 0 0.82 0.49 0.05 335.63 0.88 0.56
Hex F1 2C 7C 0 52 31 5 150 58 38
Octal 361 54 174 0 122 61 5 520 130 70
Binary 11110001 101100 1111100 0 1010010 110001 101 101010000 1011000 111000

Color Harmonies of #F12C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C7C

Black with #F12C7C

Text Example


Text Example

White with #F12C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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