Html Css Color HEX #F214D7 Hot Magenta

📋 copy color: '#F214D7'

red 242 ◦ green 20 ◦ blue 215

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

Shades of Hot Magenta #F214D7

Tints of Hot Magenta #F214D7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.19%

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 50.73%
G = 4.19%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F214D7 (or 0xF214D7) is known color: Hot Magenta. HEX triplet: F2, 14 and D7. RGB value is (242,20,215). Sum of RGB (Red+Green+Blue) = 242+20+215=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F214D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F214D7 is #0DEB28. Grayscale: #6C6C6C. Windows color (decimal): -912169 or 14095602. OLE color: 14095602.

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

Color convert

RGB 242 20 215 -
CMYK 0 0.92 0.11 0.05
HSL 307.3º 0.9% 0.51% -
HSV(B) 307.3º 0.92% 0.95% -
XYZ 49.13 24.28 66.39 -
YUV 108.61 188.05 223.14 -
System Red Green Blue C M Y K H S L
Decimal 242 20 215 0 0.92 0.11 0.05 307.3 0.9 0.51
Hex F2 14 D7 0 5C B 5 133 5A 33
Octal 362 24 327 0 134 13 5 463 132 63
Binary 11110010 10100 11010111 0 1011100 1011 101 100110011 1011010 110011

Color Harmonies of #F214D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F214D7

Black with #F214D7

Text Example


Text Example

White with #F214D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F214D7; }

 p { color: rgb(242,20,215); }

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

background-color css

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

 a { background-color: rgb(242,20,215); }

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

border-color css

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

 span { border-color: rgb(242,20,215); }

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