Html Css Color HEX #FF75B0 Hot Pink

📋 copy color: '#FF75B0'

red 255 ◦ green 117 ◦ blue 176

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

Shades of Hot Pink #FF75B0

Tints of Hot Pink #FF75B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.12%

R = 46.53%
G = 21.35%
B = 32.12%

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

#FF75B0 (or 0xFF75B0) is known color: Hot Pink. HEX triplet: FF, 75 and B0. RGB value is (255,117,176). Sum of RGB (Red+Green+Blue) = 255+117+176=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF75B0 is #008A4F. Grayscale: #A4A4A4. Windows color (decimal): -35408 or 11564543. OLE color: 11564543.

HSL color Cylindrical-coordinate representation of color #FF75B0: hue angle of 334.35º 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 #FF75B0 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 176 -
CMYK 0 0.54 0.31 0
HSL 334.35º 1% 0.73% -
HSV(B) 334.35º 0.54% 1% -
XYZ 55.44 37.12 45.32 -
YUV 164.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 255 117 176 0 0.54 0.31 0 334.35 1 0.73
Hex FF 75 B0 0 36 1F 0 14E 64 49
Octal 377 165 260 0 66 37 0 516 144 111
Binary 11111111 1110101 10110000 0 110110 11111 0 101001110 1100100 1001001

Color Harmonies of #FF75B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75B0

Black with #FF75B0

Text Example


Text Example

White with #FF75B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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