Html Css Color HEX #FA0BCD Hot Magenta

📋 copy color: '#FA0BCD'

red 250 ◦ green 11 ◦ blue 205

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

Shades of Hot Magenta #FA0BCD

Tints of Hot Magenta #FA0BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 53.65%
G = 2.36%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA0BCD (or 0xFA0BCD) is known color: Hot Magenta. HEX triplet: FA, 0B and CD. RGB value is (250,11,205). Sum of RGB (Red+Green+Blue) = 250+11+205=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BCD is #05F432. Grayscale: #686868. Windows color (decimal): -390195 or 13437946. OLE color: 13437946.

HSL color Cylindrical-coordinate representation of color #FA0BCD: hue angle of 311.3º 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 #FA0BCD is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 11 205 -
CMYK 0 0.96 0.18 0.02
HSL 311.3º 0.96% 0.51% -
HSV(B) 311.3º 0.96% 0.98% -
XYZ 50.56 24.97 59.91 -
YUV 104.58 184.68 231.73 -
System Red Green Blue C M Y K H S L
Decimal 250 11 205 0 0.96 0.18 0.02 311.3 0.96 0.51
Hex FA B CD 0 60 12 2 137 60 33
Octal 372 13 315 0 140 22 2 467 140 63
Binary 11111010 1011 11001101 0 1100000 10010 10 100110111 1100000 110011

Color Harmonies of #FA0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BCD

Black with #FA0BCD

Text Example


Text Example

White with #FA0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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