Html Css Color HEX #FF75B5 Hot Pink

📋 copy color: '#FF75B5'

red 255 ◦ green 117 ◦ blue 181

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

Shades of Hot Pink #FF75B5

Tints of Hot Pink #FF75B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.73%

R = 46.11%
G = 21.16%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF75B5 (or 0xFF75B5) is known color: Hot Pink. HEX triplet: FF, 75 and B5. RGB value is (255,117,181). Sum of RGB (Red+Green+Blue) = 255+117+181=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75B5 is #008A4A. Grayscale: #A5A5A5. Windows color (decimal): -35403 or 11892223. OLE color: 11892223.

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

Color convert

RGB 255 117 181 -
CMYK 0 0.54 0.29 0
HSL 332.17º 1% 0.73% -
HSV(B) 332.17º 0.54% 1% -
XYZ 55.94 37.32 47.97 -
YUV 165.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 255 117 181 0 0.54 0.29 0 332.17 1 0.73
Hex FF 75 B5 0 36 1D 0 14C 64 49
Octal 377 165 265 0 66 35 0 514 144 111
Binary 11111111 1110101 10110101 0 110110 11101 0 101001100 1100100 1001001

Color Harmonies of #FF75B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75B5

Black with #FF75B5

Text Example


Text Example

White with #FF75B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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