Html Css Color HEX #F775AF Hot Pink

📋 copy color: '#F775AF'

red 247 ◦ green 117 ◦ blue 175

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

Shades of Hot Pink #F775AF

Tints of Hot Pink #F775AF

RGB

 RED value IS 247 (96.88% from 255) = 45.83%

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

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

R = 45.83%
G = 21.71%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F775AF (or 0xF775AF) is known color: Hot Pink. HEX triplet: F7, 75 and AF. RGB value is (247,117,175). Sum of RGB (Red+Green+Blue) = 247+117+175=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F775AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F775AF is #088A50. Grayscale: #A2A2A2. Windows color (decimal): -559697 or 11498999. OLE color: 11498999.

HSL color Cylindrical-coordinate representation of color #F775AF: hue angle of 333.23º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F775AF is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 175 -
CMYK 0 0.53 0.29 0.03
HSL 333.23º 0.89% 0.71% -
HSV(B) 333.23º 0.53% 0.97% -
XYZ 52.46 35.59 44.66 -
YUV 162.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 247 117 175 0 0.53 0.29 0.03 333.23 0.89 0.71
Hex F7 75 AF 0 35 1D 3 14D 59 47
Octal 367 165 257 0 65 35 3 515 131 107
Binary 11110111 1110101 10101111 0 110101 11101 11 101001101 1011001 1000111

Color Harmonies of #F775AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775AF

Black with #F775AF

Text Example


Text Example

White with #F775AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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