Html Css Color HEX #F215D8 Hot Magenta

📋 copy color: '#F215D8'

red 242 ◦ green 21 ◦ blue 216

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

Shades of Hot Magenta #F215D8

Tints of Hot Magenta #F215D8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.38%

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 50.52%
G = 4.38%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F215D8 (or 0xF215D8) is known color: Hot Magenta. HEX triplet: F2, 15 and D8. RGB value is (242,21,216). Sum of RGB (Red+Green+Blue) = 242+21+216=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F215D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215D8 is #0DEA27. Grayscale: #6C6C6C. Windows color (decimal): -911912 or 14161394. OLE color: 14161394.

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

Color convert

RGB 242 21 216 -
CMYK 0 0.91 0.11 0.05
HSL 307.06º 0.89% 0.52% -
HSV(B) 307.06º 0.91% 0.95% -
XYZ 49.28 24.37 67.07 -
YUV 109.31 188.22 222.64 -
System Red Green Blue C M Y K H S L
Decimal 242 21 216 0 0.91 0.11 0.05 307.06 0.89 0.52
Hex F2 15 D8 0 5B B 5 133 59 34
Octal 362 25 330 0 133 13 5 463 131 64
Binary 11110010 10101 11011000 0 1011011 1011 101 100110011 1011001 110100

Color Harmonies of #F215D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215D8

Black with #F215D8

Text Example


Text Example

White with #F215D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215D8; }

 p { color: rgb(242,21,216); }

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

background-color css

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

 a { background-color: rgb(242,21,216); }

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

border-color css

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

 span { border-color: rgb(242,21,216); }

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