Html Css Color HEX #FF5FAE Hot Pink

📋 copy color: '#FF5FAE'

red 255 ◦ green 95 ◦ blue 174

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

Shades of Hot Pink #FF5FAE

Tints of Hot Pink #FF5FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 48.66%
G = 18.13%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF5FAE (or 0xFF5FAE) is known color: Hot Pink. HEX triplet: FF, 5F and AE. RGB value is (255,95,174). Sum of RGB (Red+Green+Blue) = 255+95+174=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FAE is #00A051. Grayscale: #979797. Windows color (decimal): -41042 or 11427839. OLE color: 11427839.

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

Color convert

RGB 255 95 174 -
CMYK 0 0.63 0.32 0
HSL 330.38º 1% 0.69% -
HSV(B) 330.38º 0.63% 1% -
XYZ 52.97 32.5 43.53 -
YUV 151.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 255 95 174 0 0.63 0.32 0 330.38 1 0.69
Hex FF 5F AE 0 3F 20 0 14A 64 45
Octal 377 137 256 0 77 40 0 512 144 105
Binary 11111111 1011111 10101110 0 111111 100000 0 101001010 1100100 1000101

Color Harmonies of #FF5FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FAE

Black with #FF5FAE

Text Example


Text Example

White with #FF5FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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