Html Css Color HEX #FA51BC Hot Pink

📋 copy color: '#FA51BC'

red 250 ◦ green 81 ◦ blue 188

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

Shades of Hot Pink #FA51BC

Tints of Hot Pink #FA51BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 48.17%
G = 15.61%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA51BC (or 0xFA51BC) is known color: Hot Pink. HEX triplet: FA, 51 and BC. RGB value is (250,81,188). Sum of RGB (Red+Green+Blue) = 250+81+188=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA51BC is #05AE43. Grayscale: #8F8F8F. Windows color (decimal): -372292 or 12341754. OLE color: 12341754.

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

Color convert

RGB 250 81 188 -
CMYK 0 0.68 0.25 0.02
HSL 322.01º 0.94% 0.65% -
HSV(B) 322.01º 0.68% 0.98% -
XYZ 51.44 29.84 50.63 -
YUV 143.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 250 81 188 0 0.68 0.25 0.02 322.01 0.94 0.65
Hex FA 51 BC 0 44 19 2 142 5E 41
Octal 372 121 274 0 104 31 2 502 136 101
Binary 11111010 1010001 10111100 0 1000100 11001 10 101000010 1011110 1000001

Color Harmonies of #FA51BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51BC

Black with #FA51BC

Text Example


Text Example

White with #FA51BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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