Html Css Color HEX #F212D5 Hot Magenta

📋 copy color: '#F212D5'

red 242 ◦ green 18 ◦ blue 213

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

Shades of Hot Magenta #F212D5

Tints of Hot Magenta #F212D5

RGB

 RED value IS 242 (94.92% from 255) = 51.16%

 GREEN value IS 18 (7.42% from 255) = 3.81%

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 51.16%
G = 3.81%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F212D5 (or 0xF212D5) is known color: Hot Magenta. HEX triplet: F2, 12 and D5. RGB value is (242,18,213). Sum of RGB (Red+Green+Blue) = 242+18+213=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F212D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212D5 is #0DED2A. Grayscale: #6A6A6A. Windows color (decimal): -912683 or 13964018. OLE color: 13964018.

HSL color Cylindrical-coordinate representation of color #F212D5: hue angle of 307.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212D5 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 18 213 -
CMYK 0 0.93 0.12 0.05
HSL 307.77º 0.9% 0.51% -
HSV(B) 307.77º 0.93% 0.95% -
XYZ 48.84 24.11 65.03 -
YUV 107.21 187.71 224.14 -
System Red Green Blue C M Y K H S L
Decimal 242 18 213 0 0.93 0.12 0.05 307.77 0.9 0.51
Hex F2 12 D5 0 5D C 5 134 5A 33
Octal 362 22 325 0 135 14 5 464 132 63
Binary 11110010 10010 11010101 0 1011101 1100 101 100110100 1011010 110011

Color Harmonies of #F212D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F212D5

Black with #F212D5

Text Example


Text Example

White with #F212D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F212D5; }

 p { color: rgb(242,18,213); }

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

background-color css

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

 a { background-color: rgb(242,18,213); }

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

border-color css

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

 span { border-color: rgb(242,18,213); }

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