Html Css Color HEX #FB5FBC Hot Pink

📋 copy color: '#FB5FBC'

red 251 ◦ green 95 ◦ blue 188

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

Shades of Hot Pink #FB5FBC

Tints of Hot Pink #FB5FBC

RGB

 RED value IS 251 (98.44% from 255) = 47%

 GREEN value IS 95 (37.5% from 255) = 17.79%

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

R = 47%
G = 17.79%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB5FBC (or 0xFB5FBC) is known color: Hot Pink. HEX triplet: FB, 5F and BC. RGB value is (251,95,188). Sum of RGB (Red+Green+Blue) = 251+95+188=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5FBC is #04A043. Grayscale: #989898. Windows color (decimal): -303172 or 12345339. OLE color: 12345339.

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

Color convert

RGB 251 95 188 -
CMYK 0 0.62 0.25 0.02
HSL 324.23º 0.95% 0.68% -
HSV(B) 324.23º 0.62% 0.98% -
XYZ 52.95 32.32 51.03 -
YUV 152.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 251 95 188 0 0.62 0.25 0.02 324.23 0.95 0.68
Hex FB 5F BC 0 3E 19 2 144 5F 44
Octal 373 137 274 0 76 31 2 504 137 104
Binary 11111011 1011111 10111100 0 111110 11001 10 101000100 1011111 1000100

Color Harmonies of #FB5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5FBC

Black with #FB5FBC

Text Example


Text Example

White with #FB5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5FBC; }

 p { color: rgb(251,95,188); }

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

background-color css

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

 a { background-color: rgb(251,95,188); }

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

border-color css

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

 span { border-color: rgb(251,95,188); }

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