Html Css Color HEX #FA0BCC Hot Magenta

📋 copy color: '#FA0BCC'

red 250 ◦ green 11 ◦ blue 204

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

Shades of Hot Magenta #FA0BCC

Tints of Hot Magenta #FA0BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 53.76%
G = 2.37%
B = 43.87%

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

#FA0BCC (or 0xFA0BCC) is known color: Hot Magenta. HEX triplet: FA, 0B and CC. RGB value is (250,11,204). Sum of RGB (Red+Green+Blue) = 250+11+204=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BCC is #05F433. Grayscale: #676767. Windows color (decimal): -390196 or 13372410. OLE color: 13372410.

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

Color convert

RGB 250 11 204 -
CMYK 0 0.96 0.18 0.02
HSL 311.55º 0.96% 0.51% -
HSV(B) 311.55º 0.96% 0.98% -
XYZ 50.44 24.92 59.28 -
YUV 104.46 184.18 231.81 -
System Red Green Blue C M Y K H S L
Decimal 250 11 204 0 0.96 0.18 0.02 311.55 0.96 0.51
Hex FA B CC 0 60 12 2 138 60 33
Octal 372 13 314 0 140 22 2 470 140 63
Binary 11111010 1011 11001100 0 1100000 10010 10 100111000 1100000 110011

Color Harmonies of #FA0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BCC

Black with #FA0BCC

Text Example


Text Example

White with #FA0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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