Html Css Color HEX #FA0CDD Hot Magenta

📋 copy color: '#FA0CDD'

red 250 ◦ green 12 ◦ blue 221

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

Shades of Hot Magenta #FA0CDD

Tints of Hot Magenta #FA0CDD

RGB

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

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

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

R = 51.76%
G = 2.48%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA0CDD (or 0xFA0CDD) is known color: Hot Magenta. HEX triplet: FA, 0C and DD. RGB value is (250,12,221). Sum of RGB (Red+Green+Blue) = 250+12+221=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CDD is #05F322. Grayscale: #6A6A6A. Windows color (decimal): -389923 or 14486778. OLE color: 14486778.

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

Color convert

RGB 250 12 221 -
CMYK 0 0.95 0.12 0.02
HSL 307.31º 0.96% 0.51% -
HSV(B) 307.31º 0.95% 0.98% -
XYZ 52.61 25.81 70.62 -
YUV 106.99 192.35 230.01 -
System Red Green Blue C M Y K H S L
Decimal 250 12 221 0 0.95 0.12 0.02 307.31 0.96 0.51
Hex FA C DD 0 5F C 2 133 60 33
Octal 372 14 335 0 137 14 2 463 140 63
Binary 11111010 1100 11011101 0 1011111 1100 10 100110011 1100000 110011

Color Harmonies of #FA0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CDD

Black with #FA0CDD

Text Example


Text Example

White with #FA0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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