Html Css Color HEX #F215DF Hot Magenta

📋 copy color: '#F215DF'

red 242 ◦ green 21 ◦ blue 223

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

Shades of Hot Magenta #F215DF

Tints of Hot Magenta #F215DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 49.79%
G = 4.32%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F215DF (or 0xF215DF) is known color: Hot Magenta. HEX triplet: F2, 15 and DF. RGB value is (242,21,223). Sum of RGB (Red+Green+Blue) = 242+21+223=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F215DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215DF is #0DEA20. Grayscale: #6D6D6D. Windows color (decimal): -911905 or 14620146. OLE color: 14620146.

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

Color convert

RGB 242 21 223 -
CMYK 0 0.91 0.08 0.05
HSL 305.16º 0.89% 0.52% -
HSV(B) 305.16º 0.91% 0.95% -
XYZ 50.21 24.74 71.94 -
YUV 110.11 191.72 222.07 -
System Red Green Blue C M Y K H S L
Decimal 242 21 223 0 0.91 0.08 0.05 305.16 0.89 0.52
Hex F2 15 DF 0 5B 8 5 131 59 34
Octal 362 25 337 0 133 10 5 461 131 64
Binary 11110010 10101 11011111 0 1011011 1000 101 100110001 1011001 110100

Color Harmonies of #F215DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215DF

Black with #F215DF

Text Example


Text Example

White with #F215DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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