Html Css Color HEX #FA0CDA Hot Magenta

📋 copy color: '#FA0CDA'

red 250 ◦ green 12 ◦ blue 218

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

Shades of Hot Magenta #FA0CDA

Tints of Hot Magenta #FA0CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 52.08%
G = 2.5%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA0CDA (or 0xFA0CDA) is known color: Hot Magenta. HEX triplet: FA, 0C and DA. RGB value is (250,12,218). Sum of RGB (Red+Green+Blue) = 250+12+218=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 12 (5.08% from 255 or 2.5% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CDA is #05F325. Grayscale: #6A6A6A. Windows color (decimal): -389926 or 14290170. OLE color: 14290170.

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

Color convert

RGB 250 12 218 -
CMYK 0 0.95 0.13 0.02
HSL 308.07º 0.96% 0.51% -
HSV(B) 308.07º 0.95% 0.98% -
XYZ 52.21 25.65 68.53 -
YUV 106.65 190.85 230.25 -
System Red Green Blue C M Y K H S L
Decimal 250 12 218 0 0.95 0.13 0.02 308.07 0.96 0.51
Hex FA C DA 0 5F D 2 134 60 33
Octal 372 14 332 0 137 15 2 464 140 63
Binary 11111010 1100 11011010 0 1011111 1101 10 100110100 1100000 110011

Color Harmonies of #FA0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0CDA

Black with #FA0CDA

Text Example


Text Example

White with #FA0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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