Html Css Color HEX #FA51C0 Hot Pink

📋 copy color: '#FA51C0'

red 250 ◦ green 81 ◦ blue 192

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

Shades of Hot Pink #FA51C0

Tints of Hot Pink #FA51C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.49%

 BLUE value IS 192 (75.39% from 255) = 36.71%

R = 47.8%
G = 15.49%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA51C0 (or 0xFA51C0) is known color: Hot Pink. HEX triplet: FA, 51 and C0. RGB value is (250,81,192). Sum of RGB (Red+Green+Blue) = 250+81+192=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51C0 is #05AE3F. Grayscale: #8F8F8F. Windows color (decimal): -372288 or 12603898. OLE color: 12603898.

HSL color Cylindrical-coordinate representation of color #FA51C0: hue angle of 320.59º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA51C0 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 81 192 -
CMYK 0 0.68 0.23 0.02
HSL 320.59º 0.94% 0.65% -
HSV(B) 320.59º 0.68% 0.98% -
XYZ 51.88 30.01 52.93 -
YUV 144.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 250 81 192 0 0.68 0.23 0.02 320.59 0.94 0.65
Hex FA 51 C0 0 44 17 2 141 5E 41
Octal 372 121 300 0 104 27 2 501 136 101
Binary 11111010 1010001 11000000 0 1000100 10111 10 101000001 1011110 1000001

Color Harmonies of #FA51C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51C0

Black with #FA51C0

Text Example


Text Example

White with #FA51C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51C0; }

 p { color: rgb(250,81,192); }

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

background-color css

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

 a { background-color: rgb(250,81,192); }

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

border-color css

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

 span { border-color: rgb(250,81,192); }

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