Html Css Color HEX #FA02D0 Hot Magenta

📋 copy color: '#FA02D0'

red 250 ◦ green 2 ◦ blue 208

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

Shades of Hot Magenta #FA02D0

Tints of Hot Magenta #FA02D0

RGB

 RED value IS 250 (98.05% from 255) = 54.35%

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

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 54.35%
G = 0.43%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA02D0 (or 0xFA02D0) is known color: Hot Magenta. HEX triplet: FA, 02 and D0. RGB value is (250,2,208). Sum of RGB (Red+Green+Blue) = 250+2+208=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02D0 is #05FD2F. Grayscale: #636363. Windows color (decimal): -392496 or 13632250. OLE color: 13632250.

HSL color Cylindrical-coordinate representation of color #FA02D0: hue angle of 310.16º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02D0 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 2 208 -
CMYK 0 0.99 0.17 0.02
HSL 310.16º 0.98% 0.49% -
HSV(B) 310.16º 0.99% 0.98% -
XYZ 50.83 24.92 61.81 -
YUV 99.64 189.16 235.25 -
System Red Green Blue C M Y K H S L
Decimal 250 2 208 0 0.99 0.17 0.02 310.16 0.98 0.49
Hex FA 2 D0 0 63 11 2 136 62 31
Octal 372 2 320 0 143 21 2 466 142 61
Binary 11111010 10 11010000 0 1100011 10001 10 100110110 1100010 110001

Color Harmonies of #FA02D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA02D0

Black with #FA02D0

Text Example


Text Example

White with #FA02D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA02D0; }

 p { color: rgb(250,2,208); }

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

background-color css

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

 a { background-color: rgb(250,2,208); }

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

border-color css

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

 span { border-color: rgb(250,2,208); }

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