Html Css Color HEX #FA5DBB Hot Pink

📋 copy color: '#FA5DBB'

red 250 ◦ green 93 ◦ blue 187

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

Shades of Hot Pink #FA5DBB

Tints of Hot Pink #FA5DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.55%

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 47.17%
G = 17.55%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA5DBB (or 0xFA5DBB) is known color: Hot Pink. HEX triplet: FA, 5D and BB. RGB value is (250,93,187). Sum of RGB (Red+Green+Blue) = 250+93+187=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DBB is #05A244. Grayscale: #969696. Windows color (decimal): -369221 or 12279290. OLE color: 12279290.

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

Color convert

RGB 250 93 187 -
CMYK 0 0.63 0.25 0.02
HSL 324.08º 0.94% 0.67% -
HSV(B) 324.08º 0.63% 0.98% -
XYZ 52.31 31.74 50.38 -
YUV 150.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 250 93 187 0 0.63 0.25 0.02 324.08 0.94 0.67
Hex FA 5D BB 0 3F 19 2 144 5E 43
Octal 372 135 273 0 77 31 2 504 136 103
Binary 11111010 1011101 10111011 0 111111 11001 10 101000100 1011110 1000011

Color Harmonies of #FA5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DBB

Black with #FA5DBB

Text Example


Text Example

White with #FA5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DBB; }

 p { color: rgb(250,93,187); }

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

background-color css

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

 a { background-color: rgb(250,93,187); }

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

border-color css

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

 span { border-color: rgb(250,93,187); }

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