Html Css Color HEX #F475AF Hot Pink

📋 copy color: '#F475AF'

red 244 ◦ green 117 ◦ blue 175

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

Shades of Hot Pink #F475AF

Tints of Hot Pink #F475AF

RGB

 RED value IS 244 (95.7% from 255) = 45.52%

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

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

R = 45.52%
G = 21.83%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F475AF (or 0xF475AF) is known color: Hot Pink. HEX triplet: F4, 75 and AF. RGB value is (244,117,175). Sum of RGB (Red+Green+Blue) = 244+117+175=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F475AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F475AF is #0B8A50. Grayscale: #A1A1A1. Windows color (decimal): -756305 or 11498996. OLE color: 11498996.

HSL color Cylindrical-coordinate representation of color #F475AF: hue angle of 332.6º degrees, saturation: 0.85, 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 #F475AF is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 117 175 -
CMYK 0 0.52 0.28 0.04
HSL 332.6º 0.85% 0.71% -
HSV(B) 332.6º 0.52% 0.96% -
XYZ 51.41 35.05 44.61 -
YUV 161.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 244 117 175 0 0.52 0.28 0.04 332.6 0.85 0.71
Hex F4 75 AF 0 34 1C 4 14D 55 47
Octal 364 165 257 0 64 34 4 515 125 107
Binary 11110100 1110101 10101111 0 110100 11100 100 101001101 1010101 1000111

Color Harmonies of #F475AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F475AF

Black with #F475AF

Text Example


Text Example

White with #F475AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F475AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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