Html Css Color HEX #F215DA Hot Magenta

📋 copy color: '#F215DA'

red 242 ◦ green 21 ◦ blue 218

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

Shades of Hot Magenta #F215DA

Tints of Hot Magenta #F215DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 50.31%
G = 4.37%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F215DA (or 0xF215DA) is known color: Hot Magenta. HEX triplet: F2, 15 and DA. RGB value is (242,21,218). Sum of RGB (Red+Green+Blue) = 242+21+218=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F215DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215DA is #0DEA25. Grayscale: #6C6C6C. Windows color (decimal): -911910 or 14292466. OLE color: 14292466.

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

Color convert

RGB 242 21 218 -
CMYK 0 0.91 0.10 0.05
HSL 306.52º 0.89% 0.52% -
HSV(B) 306.52º 0.91% 0.95% -
XYZ 49.54 24.48 68.44 -
YUV 109.54 189.22 222.48 -
System Red Green Blue C M Y K H S L
Decimal 242 21 218 0 0.91 0.10 0.05 306.52 0.89 0.52
Hex F2 15 DA 0 5B A 5 133 59 34
Octal 362 25 332 0 133 12 5 463 131 64
Binary 11110010 10101 11011010 0 1011011 1010 101 100110011 1011001 110100

Color Harmonies of #F215DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215DA

Black with #F215DA

Text Example


Text Example

White with #F215DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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