Html Css Color HEX #F002D5 Hot Magenta

📋 copy color: '#F002D5'

red 240 ◦ green 2 ◦ blue 213

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

Shades of Hot Magenta #F002D5

Tints of Hot Magenta #F002D5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

 BLUE value IS 213 (83.59% from 255) = 46.81%

R = 52.75%
G = 0.44%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F002D5 (or 0xF002D5) is known color: Hot Magenta. HEX triplet: F0, 02 and D5. RGB value is (240,2,213). Sum of RGB (Red+Green+Blue) = 240+2+213=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F002D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002D5 is #0FFD2A. Grayscale: #606060. Windows color (decimal): -1047851 or 13959920. OLE color: 13959920.

HSL color Cylindrical-coordinate representation of color #F002D5: hue angle of 306.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002D5 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 213 -
CMYK 0 0.99 0.11 0.06
HSL 306.81º 0.98% 0.47% -
HSV(B) 306.81º 0.99% 0.94% -
XYZ 47.97 23.37 64.93 -
YUV 97.22 193.35 229.84 -
System Red Green Blue C M Y K H S L
Decimal 240 2 213 0 0.99 0.11 0.06 306.81 0.98 0.47
Hex F0 2 D5 0 63 B 6 133 62 2F
Octal 360 2 325 0 143 13 6 463 142 57
Binary 11110000 10 11010101 0 1100011 1011 110 100110011 1100010 101111

Color Harmonies of #F002D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002D5

Black with #F002D5

Text Example


Text Example

White with #F002D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002D5; }

 p { color: rgb(240,2,213); }

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

background-color css

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

 a { background-color: rgb(240,2,213); }

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

border-color css

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

 span { border-color: rgb(240,2,213); }

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