Html Css Color HEX #F00FDF Hot Magenta

📋 copy color: '#F00FDF'

red 240 ◦ green 15 ◦ blue 223

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

Shades of Hot Magenta #F00FDF

Tints of Hot Magenta #F00FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.14%

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

R = 50.21%
G = 3.14%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F00FDF (or 0xF00FDF) is known color: Hot Magenta. HEX triplet: F0, 0F and DF. RGB value is (240,15,223). Sum of RGB (Red+Green+Blue) = 240+15+223=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00FDF is #0FF020. Grayscale: #696969. Windows color (decimal): -1044513 or 14618608. OLE color: 14618608.

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

Color convert

RGB 240 15 223 -
CMYK 0 0.94 0.07 0.06
HSL 304.53º 0.88% 0.5% -
HSV(B) 304.53º 0.94% 0.94% -
XYZ 49.43 24.19 71.88 -
YUV 105.99 194.04 223.59 -
System Red Green Blue C M Y K H S L
Decimal 240 15 223 0 0.94 0.07 0.06 304.53 0.88 0.5
Hex F0 F DF 0 5E 7 6 131 58 32
Octal 360 17 337 0 136 7 6 461 130 62
Binary 11110000 1111 11011111 0 1011110 111 110 100110001 1011000 110010

Color Harmonies of #F00FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FDF

Black with #F00FDF

Text Example


Text Example

White with #F00FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FDF; }

 p { color: rgb(240,15,223); }

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

background-color css

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

 a { background-color: rgb(240,15,223); }

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

border-color css

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

 span { border-color: rgb(240,15,223); }

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