Html Css Color HEX #F017DA Hot Magenta

📋 copy color: '#F017DA'

red 240 ◦ green 23 ◦ blue 218

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

Shades of Hot Magenta #F017DA

Tints of Hot Magenta #F017DA

RGB

 RED value IS 240 (94.14% from 255) = 49.9%

 GREEN value IS 23 (9.38% from 255) = 4.78%

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

R = 49.9%
G = 4.78%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F017DA (or 0xF017DA) is known color: Hot Magenta. HEX triplet: F0, 17 and DA. RGB value is (240,23,218). Sum of RGB (Red+Green+Blue) = 240+23+218=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F017DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017DA is #0FE825. Grayscale: #6D6D6D. Windows color (decimal): -1042470 or 14292976. OLE color: 14292976.

HSL color Cylindrical-coordinate representation of color #F017DA: hue angle of 306.08º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017DA is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 218 -
CMYK 0 0.90 0.09 0.06
HSL 306.08º 0.88% 0.52% -
HSV(B) 306.08º 0.9% 0.94% -
XYZ 48.9 24.2 68.42 -
YUV 110.11 188.89 220.64 -
System Red Green Blue C M Y K H S L
Decimal 240 23 218 0 0.90 0.09 0.06 306.08 0.88 0.52
Hex F0 17 DA 0 5A 9 6 132 58 34
Octal 360 27 332 0 132 11 6 462 130 64
Binary 11110000 10111 11011010 0 1011010 1001 110 100110010 1011000 110100

Color Harmonies of #F017DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017DA

Black with #F017DA

Text Example


Text Example

White with #F017DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017DA; }

 p { color: rgb(240,23,218); }

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

background-color css

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

 a { background-color: rgb(240,23,218); }

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

border-color css

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

 span { border-color: rgb(240,23,218); }

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