Html Css Color HEX #FA0DDB Hot Magenta

📋 copy color: '#FA0DDB'

red 250 ◦ green 13 ◦ blue 219

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

Shades of Hot Magenta #FA0DDB

Tints of Hot Magenta #FA0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.7%

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 51.87%
G = 2.7%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA0DDB (or 0xFA0DDB) is known color: Hot Magenta. HEX triplet: FA, 0D and DB. RGB value is (250,13,219). Sum of RGB (Red+Green+Blue) = 250+13+219=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DDB is #05F224. Grayscale: #6A6A6A. Windows color (decimal): -389669 or 14355962. OLE color: 14355962.

HSL color Cylindrical-coordinate representation of color #FA0DDB: hue angle of 307.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0DDB is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 13 219 -
CMYK 0 0.95 0.12 0.02
HSL 307.85º 0.96% 0.52% -
HSV(B) 307.85º 0.95% 0.98% -
XYZ 52.35 25.73 69.22 -
YUV 107.35 191.02 229.75 -
System Red Green Blue C M Y K H S L
Decimal 250 13 219 0 0.95 0.12 0.02 307.85 0.96 0.52
Hex FA D DB 0 5F C 2 134 60 34
Octal 372 15 333 0 137 14 2 464 140 64
Binary 11111010 1101 11011011 0 1011111 1100 10 100110100 1100000 110100

Color Harmonies of #FA0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DDB

Black with #FA0DDB

Text Example


Text Example

White with #FA0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DDB; }

 p { color: rgb(250,13,219); }

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

background-color css

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

 a { background-color: rgb(250,13,219); }

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

border-color css

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

 span { border-color: rgb(250,13,219); }

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