Html Css Color HEX #FA5BBE Hot Pink

📋 copy color: '#FA5BBE'

red 250 ◦ green 91 ◦ blue 190

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

Shades of Hot Pink #FA5BBE

Tints of Hot Pink #FA5BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 47.08%
G = 17.14%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA5BBE (or 0xFA5BBE) is known color: Hot Pink. HEX triplet: FA, 5B and BE. RGB value is (250,91,190). Sum of RGB (Red+Green+Blue) = 250+91+190=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BBE is #05A441. Grayscale: #959595. Windows color (decimal): -369730 or 12475386. OLE color: 12475386.

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

Color convert

RGB 250 91 190 -
CMYK 0 0.64 0.24 0.02
HSL 322.64º 0.94% 0.67% -
HSV(B) 322.64º 0.64% 0.98% -
XYZ 52.46 31.52 52.03 -
YUV 149.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 250 91 190 0 0.64 0.24 0.02 322.64 0.94 0.67
Hex FA 5B BE 0 40 18 2 143 5E 43
Octal 372 133 276 0 100 30 2 503 136 103
Binary 11111010 1011011 10111110 0 1000000 11000 10 101000011 1011110 1000011

Color Harmonies of #FA5BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BBE

Black with #FA5BBE

Text Example


Text Example

White with #FA5BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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