Html Css Color HEX #F12C82 Deep Cerise

📋 copy color: '#F12C82'

red 241 ◦ green 44 ◦ blue 130

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

Shades of Deep Cerise #F12C82

Tints of Deep Cerise #F12C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.33%

R = 58.07%
G = 10.6%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F12C82 (or 0xF12C82) is known color: Deep Cerise. HEX triplet: F1, 2C and 82. RGB value is (241,44,130). Sum of RGB (Red+Green+Blue) = 241+44+130=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12C82 is #0ED37D. Grayscale: #707070. Windows color (decimal): -971646 or 8531185. OLE color: 8531185.

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

Color convert

RGB 241 44 130 -
CMYK 0 0.82 0.46 0.05
HSL 333.81º 0.88% 0.56% -
HSV(B) 333.81º 0.82% 0.95% -
XYZ 41.21 22.11 23.22 -
YUV 112.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 241 44 130 0 0.82 0.46 0.05 333.81 0.88 0.56
Hex F1 2C 82 0 52 2E 5 14E 58 38
Octal 361 54 202 0 122 56 5 516 130 70
Binary 11110001 101100 10000010 0 1010010 101110 101 101001110 1011000 111000

Color Harmonies of #F12C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C82

Black with #F12C82

Text Example


Text Example

White with #F12C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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