Html Css Color HEX #FF5FBB Hot Pink

📋 copy color: '#FF5FBB'

red 255 ◦ green 95 ◦ blue 187

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

Shades of Hot Pink #FF5FBB

Tints of Hot Pink #FF5FBB

RGB

 RED value IS 255 (100% from 255) = 47.49%

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

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

R = 47.49%
G = 17.69%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF5FBB (or 0xFF5FBB) is known color: Hot Pink. HEX triplet: FF, 5F and BB. RGB value is (255,95,187). Sum of RGB (Red+Green+Blue) = 255+95+187=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FBB is #00A044. Grayscale: #999999. Windows color (decimal): -41029 or 12279807. OLE color: 12279807.

HSL color Cylindrical-coordinate representation of color #FF5FBB: hue angle of 325.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FBB is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 187 -
CMYK 0 0.63 0.27 0
HSL 325.5º 1% 0.69% -
HSV(B) 325.5º 0.63% 1% -
XYZ 54.3 33.03 50.53 -
YUV 153.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 255 95 187 0 0.63 0.27 0 325.5 1 0.69
Hex FF 5F BB 0 3F 1B 0 146 64 45
Octal 377 137 273 0 77 33 0 506 144 105
Binary 11111111 1011111 10111011 0 111111 11011 0 101000110 1100100 1000101

Color Harmonies of #FF5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FBB

Black with #FF5FBB

Text Example


Text Example

White with #FF5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FBB; }

 p { color: rgb(255,95,187); }

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

background-color css

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

 a { background-color: rgb(255,95,187); }

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

border-color css

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

 span { border-color: rgb(255,95,187); }

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