Html Css Color HEX #FA0BDD Hot Magenta

📋 copy color: '#FA0BDD'

red 250 ◦ green 11 ◦ blue 221

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

Shades of Hot Magenta #FA0BDD

Tints of Hot Magenta #FA0BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.28%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 51.87%
G = 2.28%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA0BDD (or 0xFA0BDD) is known color: Hot Magenta. HEX triplet: FA, 0B and DD. RGB value is (250,11,221). Sum of RGB (Red+Green+Blue) = 250+11+221=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 11 (4.69% from 255 or 2.28% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BDD is #05F422. Grayscale: #696969. Windows color (decimal): -390179 or 14486522. OLE color: 14486522.

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

Color convert

RGB 250 11 221 -
CMYK 0 0.96 0.12 0.02
HSL 307.28º 0.96% 0.51% -
HSV(B) 307.28º 0.96% 0.98% -
XYZ 52.6 25.78 70.61 -
YUV 106.4 192.68 230.42 -
System Red Green Blue C M Y K H S L
Decimal 250 11 221 0 0.96 0.12 0.02 307.28 0.96 0.51
Hex FA B DD 0 60 C 2 133 60 33
Octal 372 13 335 0 140 14 2 463 140 63
Binary 11111010 1011 11011101 0 1100000 1100 10 100110011 1100000 110011

Color Harmonies of #FA0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BDD

Black with #FA0BDD

Text Example


Text Example

White with #FA0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BDD; }

 p { color: rgb(250,11,221); }

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

background-color css

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

 a { background-color: rgb(250,11,221); }

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

border-color css

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

 span { border-color: rgb(250,11,221); }

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