Html Css Color HEX #FF75AF Hot Pink

📋 copy color: '#FF75AF'

red 255 ◦ green 117 ◦ blue 175

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

Shades of Hot Pink #FF75AF

Tints of Hot Pink #FF75AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 46.62%
G = 21.39%
B = 31.99%

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

#FF75AF (or 0xFF75AF) is known color: Hot Pink. HEX triplet: FF, 75 and AF. RGB value is (255,117,175). Sum of RGB (Red+Green+Blue) = 255+117+175=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF75AF is #008A50. Grayscale: #A4A4A4. Windows color (decimal): -35409 or 11499007. OLE color: 11499007.

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

Color convert

RGB 255 117 175 -
CMYK 0 0.54 0.31 0
HSL 334.78º 1% 0.73% -
HSV(B) 334.78º 0.54% 1% -
XYZ 55.34 37.08 44.8 -
YUV 164.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 255 117 175 0 0.54 0.31 0 334.78 1 0.73
Hex FF 75 AF 0 36 1F 0 14F 64 49
Octal 377 165 257 0 66 37 0 517 144 111
Binary 11111111 1110101 10101111 0 110110 11111 0 101001111 1100100 1001001

Color Harmonies of #FF75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75AF

Black with #FF75AF

Text Example


Text Example

White with #FF75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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