Html Css Color HEX #FA0FDB Hot Magenta

📋 copy color: '#FA0FDB'

red 250 ◦ green 15 ◦ blue 219

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

Shades of Hot Magenta #FA0FDB

Tints of Hot Magenta #FA0FDB

RGB

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

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

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

R = 51.65%
G = 3.1%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA0FDB (or 0xFA0FDB) is known color: Hot Magenta. HEX triplet: FA, 0F and DB. RGB value is (250,15,219). Sum of RGB (Red+Green+Blue) = 250+15+219=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FDB is #05F024. Grayscale: #6B6B6B. Windows color (decimal): -389157 or 14356474. OLE color: 14356474.

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

Color convert

RGB 250 15 219 -
CMYK 0 0.94 0.12 0.02
HSL 307.91º 0.96% 0.52% -
HSV(B) 307.91º 0.94% 0.98% -
XYZ 52.38 25.78 69.23 -
YUV 108.52 190.36 228.91 -
System Red Green Blue C M Y K H S L
Decimal 250 15 219 0 0.94 0.12 0.02 307.91 0.96 0.52
Hex FA F DB 0 5E C 2 134 60 34
Octal 372 17 333 0 136 14 2 464 140 64
Binary 11111010 1111 11011011 0 1011110 1100 10 100110100 1100000 110100

Color Harmonies of #FA0FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FDB

Black with #FA0FDB

Text Example


Text Example

White with #FA0FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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