Html Css Color HEX #FF5FAF Hot Pink

📋 copy color: '#FF5FAF'

red 255 ◦ green 95 ◦ blue 175

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

Shades of Hot Pink #FF5FAF

Tints of Hot Pink #FF5FAF

RGB

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

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

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

R = 48.57%
G = 18.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF5FAF (or 0xFF5FAF) is known color: Hot Pink. HEX triplet: FF, 5F and AF. RGB value is (255,95,175). Sum of RGB (Red+Green+Blue) = 255+95+175=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FAF is #00A050. Grayscale: #979797. Windows color (decimal): -41041 or 11493375. OLE color: 11493375.

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

Color convert

RGB 255 95 175 -
CMYK 0 0.63 0.31 0
HSL 330º 1% 0.69% -
HSV(B) 330º 0.63% 1% -
XYZ 53.07 32.54 44.04 -
YUV 151.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 255 95 175 0 0.63 0.31 0 330 1 0.69
Hex FF 5F AF 0 3F 1F 0 14A 64 45
Octal 377 137 257 0 77 37 0 512 144 105
Binary 11111111 1011111 10101111 0 111111 11111 0 101001010 1100100 1000101

Color Harmonies of #FF5FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FAF

Black with #FF5FAF

Text Example


Text Example

White with #FF5FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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