Html Css Color HEX #FA0CCF Hot Magenta

📋 copy color: '#FA0CCF'

red 250 ◦ green 12 ◦ blue 207

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

Shades of Hot Magenta #FA0CCF

Tints of Hot Magenta #FA0CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 53.3%
G = 2.56%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA0CCF (or 0xFA0CCF) is known color: Hot Magenta. HEX triplet: FA, 0C and CF. RGB value is (250,12,207). Sum of RGB (Red+Green+Blue) = 250+12+207=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CCF is #05F330. Grayscale: #686868. Windows color (decimal): -389937 or 13569274. OLE color: 13569274.

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

Color convert

RGB 250 12 207 -
CMYK 0 0.95 0.17 0.02
HSL 310.84º 0.96% 0.51% -
HSV(B) 310.84º 0.95% 0.98% -
XYZ 50.82 25.09 61.2 -
YUV 105.39 185.35 231.14 -
System Red Green Blue C M Y K H S L
Decimal 250 12 207 0 0.95 0.17 0.02 310.84 0.96 0.51
Hex FA C CF 0 5F 11 2 137 60 33
Octal 372 14 317 0 137 21 2 467 140 63
Binary 11111010 1100 11001111 0 1011111 10001 10 100110111 1100000 110011

Color Harmonies of #FA0CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CCF

Black with #FA0CCF

Text Example


Text Example

White with #FA0CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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