Html Css Color HEX #F575AF Hot Pink

📋 copy color: '#F575AF'

red 245 ◦ green 117 ◦ blue 175

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

Shades of Hot Pink #F575AF

Tints of Hot Pink #F575AF

RGB

 RED value IS 245 (96.09% from 255) = 45.62%

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

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

R = 45.62%
G = 21.79%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F575AF (or 0xF575AF) is known color: Hot Pink. HEX triplet: F5, 75 and AF. RGB value is (245,117,175). Sum of RGB (Red+Green+Blue) = 245+117+175=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F575AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F575AF is #0A8A50. Grayscale: #A1A1A1. Windows color (decimal): -690769 or 11498997. OLE color: 11498997.

HSL color Cylindrical-coordinate representation of color #F575AF: hue angle of 332.81º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F575AF is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 117 175 -
CMYK 0 0.52 0.29 0.04
HSL 332.81º 0.86% 0.71% -
HSV(B) 332.81º 0.52% 0.96% -
XYZ 51.76 35.23 44.63 -
YUV 161.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 245 117 175 0 0.52 0.29 0.04 332.81 0.86 0.71
Hex F5 75 AF 0 34 1D 4 14D 56 47
Octal 365 165 257 0 64 35 4 515 126 107
Binary 11110101 1110101 10101111 0 110100 11101 100 101001101 1010110 1000111

Color Harmonies of #F575AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575AF

Black with #F575AF

Text Example


Text Example

White with #F575AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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