Html Css Color HEX #FA5BBC Hot Pink

📋 copy color: '#FA5BBC'

red 250 ◦ green 91 ◦ blue 188

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

Shades of Hot Pink #FA5BBC

Tints of Hot Pink #FA5BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.2%

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

R = 47.26%
G = 17.2%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA5BBC (or 0xFA5BBC) is known color: Hot Pink. HEX triplet: FA, 5B and BC. RGB value is (250,91,188). Sum of RGB (Red+Green+Blue) = 250+91+188=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BBC is #05A443. Grayscale: #959595. Windows color (decimal): -369732 or 12344314. OLE color: 12344314.

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

Color convert

RGB 250 91 188 -
CMYK 0 0.64 0.25 0.02
HSL 323.4º 0.94% 0.67% -
HSV(B) 323.4º 0.64% 0.98% -
XYZ 52.24 31.44 50.89 -
YUV 149.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 250 91 188 0 0.64 0.25 0.02 323.4 0.94 0.67
Hex FA 5B BC 0 40 19 2 143 5E 43
Octal 372 133 274 0 100 31 2 503 136 103
Binary 11111010 1011011 10111100 0 1000000 11001 10 101000011 1011110 1000011

Color Harmonies of #FA5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BBC

Black with #FA5BBC

Text Example


Text Example

White with #FA5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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