Html Css Color HEX #FF75B1 Hot Pink

📋 copy color: '#FF75B1'

red 255 ◦ green 117 ◦ blue 177

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

Shades of Hot Pink #FF75B1

Tints of Hot Pink #FF75B1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 177 (69.53% from 255) = 32.24%

R = 46.45%
G = 21.31%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF75B1 (or 0xFF75B1) is known color: Hot Pink. HEX triplet: FF, 75 and B1. RGB value is (255,117,177). Sum of RGB (Red+Green+Blue) = 255+117+177=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF75B1 is #008A4E. Grayscale: #A5A5A5. Windows color (decimal): -35407 or 11630079. OLE color: 11630079.

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

Color convert

RGB 255 117 177 -
CMYK 0 0.54 0.31 0
HSL 333.91º 1% 0.73% -
HSV(B) 333.91º 0.54% 1% -
XYZ 55.54 37.16 45.84 -
YUV 165.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 255 117 177 0 0.54 0.31 0 333.91 1 0.73
Hex FF 75 B1 0 36 1F 0 14E 64 49
Octal 377 165 261 0 66 37 0 516 144 111
Binary 11111111 1110101 10110001 0 110110 11111 0 101001110 1100100 1001001

Color Harmonies of #FF75B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75B1

Black with #FF75B1

Text Example


Text Example

White with #FF75B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75B1; }

 p { color: rgb(255,117,177); }

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

background-color css

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

 a { background-color: rgb(255,117,177); }

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

border-color css

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

 span { border-color: rgb(255,117,177); }

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