Html Css Color HEX #FF60AF Hot Pink

📋 copy color: '#FF60AF'

red 255 ◦ green 96 ◦ blue 175

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

Shades of Hot Pink #FF60AF

Tints of Hot Pink #FF60AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.25%

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

R = 48.48%
G = 18.25%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF60AF (or 0xFF60AF) is known color: Hot Pink. HEX triplet: FF, 60 and AF. RGB value is (255,96,175). Sum of RGB (Red+Green+Blue) = 255+96+175=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF60AF is #009F50. Grayscale: #989898. Windows color (decimal): -40785 or 11493631. OLE color: 11493631.

HSL color Cylindrical-coordinate representation of color #FF60AF: hue angle of 330.19º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60AF is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 175 -
CMYK 0 0.62 0.31 0
HSL 330.19º 1% 0.69% -
HSV(B) 330.19º 0.62% 1% -
XYZ 53.16 32.72 44.07 -
YUV 152.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 255 96 175 0 0.62 0.31 0 330.19 1 0.69
Hex FF 60 AF 0 3E 1F 0 14A 64 45
Octal 377 140 257 0 76 37 0 512 144 105
Binary 11111111 1100000 10101111 0 111110 11111 0 101001010 1100100 1000101

Color Harmonies of #FF60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60AF

Black with #FF60AF

Text Example


Text Example

White with #FF60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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