Html Css Color HEX #F215DC Hot Magenta

📋 copy color: '#F215DC'

red 242 ◦ green 21 ◦ blue 220

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

Shades of Hot Magenta #F215DC

Tints of Hot Magenta #F215DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 50.1%
G = 4.35%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F215DC (or 0xF215DC) is known color: Hot Magenta. HEX triplet: F2, 15 and DC. RGB value is (242,21,220). Sum of RGB (Red+Green+Blue) = 242+21+220=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F215DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215DC is #0DEA23. Grayscale: #6D6D6D. Windows color (decimal): -911908 or 14423538. OLE color: 14423538.

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

Color convert

RGB 242 21 220 -
CMYK 0 0.91 0.09 0.05
HSL 305.97º 0.89% 0.52% -
HSV(B) 305.97º 0.91% 0.95% -
XYZ 49.8 24.58 69.83 -
YUV 109.77 190.22 222.32 -
System Red Green Blue C M Y K H S L
Decimal 242 21 220 0 0.91 0.09 0.05 305.97 0.89 0.52
Hex F2 15 DC 0 5B 9 5 132 59 34
Octal 362 25 334 0 133 11 5 462 131 64
Binary 11110010 10101 11011100 0 1011011 1001 101 100110010 1011001 110100

Color Harmonies of #F215DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215DC

Black with #F215DC

Text Example


Text Example

White with #F215DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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