Html Css Color HEX #FA0CCC Hot Magenta

📋 copy color: '#FA0CCC'

red 250 ◦ green 12 ◦ blue 204

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

Shades of Hot Magenta #FA0CCC

Tints of Hot Magenta #FA0CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.58%

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

R = 53.65%
G = 2.58%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA0CCC (or 0xFA0CCC) is known color: Hot Magenta. HEX triplet: FA, 0C and CC. RGB value is (250,12,204). Sum of RGB (Red+Green+Blue) = 250+12+204=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CCC is #05F333. Grayscale: #686868. Windows color (decimal): -389940 or 13372666. OLE color: 13372666.

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

Color convert

RGB 250 12 204 -
CMYK 0 0.95 0.18 0.02
HSL 311.6º 0.96% 0.51% -
HSV(B) 311.6º 0.95% 0.98% -
XYZ 50.45 24.95 59.28 -
YUV 105.05 183.85 231.39 -
System Red Green Blue C M Y K H S L
Decimal 250 12 204 0 0.95 0.18 0.02 311.6 0.96 0.51
Hex FA C CC 0 5F 12 2 138 60 33
Octal 372 14 314 0 137 22 2 470 140 63
Binary 11111010 1100 11001100 0 1011111 10010 10 100111000 1100000 110011

Color Harmonies of #FA0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CCC

Black with #FA0CCC

Text Example


Text Example

White with #FA0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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