Html Css Color HEX #FA07CD Hot Magenta

📋 copy color: '#FA07CD'

red 250 ◦ green 7 ◦ blue 205

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

Shades of Hot Magenta #FA07CD

Tints of Hot Magenta #FA07CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.52%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 54.11%
G = 1.52%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA07CD (or 0xFA07CD) is known color: Hot Magenta. HEX triplet: FA, 07 and CD. RGB value is (250,7,205). Sum of RGB (Red+Green+Blue) = 250+7+205=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 7 (3.12% from 255 or 1.52% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07CD is #05F832. Grayscale: #656565. Windows color (decimal): -391219 or 13436922. OLE color: 13436922.

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

Color convert

RGB 250 7 205 -
CMYK 0 0.97 0.18 0.02
HSL 311.11º 0.96% 0.5% -
HSV(B) 311.11º 0.97% 0.98% -
XYZ 50.52 24.88 59.9 -
YUV 102.23 186.01 233.4 -
System Red Green Blue C M Y K H S L
Decimal 250 7 205 0 0.97 0.18 0.02 311.11 0.96 0.5
Hex FA 7 CD 0 61 12 2 137 60 32
Octal 372 7 315 0 141 22 2 467 140 62
Binary 11111010 111 11001101 0 1100001 10010 10 100110111 1100000 110010

Color Harmonies of #FA07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07CD

Black with #FA07CD

Text Example


Text Example

White with #FA07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07CD; }

 p { color: rgb(250,7,205); }

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

background-color css

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

 a { background-color: rgb(250,7,205); }

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

border-color css

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

 span { border-color: rgb(250,7,205); }

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