Html Css Color HEX #F875AF Hot Pink

📋 copy color: '#F875AF'

red 248 ◦ green 117 ◦ blue 175

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

Shades of Hot Pink #F875AF

Tints of Hot Pink #F875AF

RGB

 RED value IS 248 (97.27% from 255) = 45.93%

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

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

R = 45.93%
G = 21.67%
B = 32.41%

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

#F875AF (or 0xF875AF) is known color: Hot Pink. HEX triplet: F8, 75 and AF. RGB value is (248,117,175). Sum of RGB (Red+Green+Blue) = 248+117+175=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F875AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F875AF is #078A50. Grayscale: #A2A2A2. Windows color (decimal): -494161 or 11499000. OLE color: 11499000.

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

Color convert

RGB 248 117 175 -
CMYK 0 0.53 0.29 0.03
HSL 333.44º 0.9% 0.72% -
HSV(B) 333.44º 0.53% 0.97% -
XYZ 52.81 35.77 44.68 -
YUV 162.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 248 117 175 0 0.53 0.29 0.03 333.44 0.9 0.72
Hex F8 75 AF 0 35 1D 3 14D 5A 48
Octal 370 165 257 0 65 35 3 515 132 110
Binary 11111000 1110101 10101111 0 110101 11101 11 101001101 1011010 1001000

Color Harmonies of #F875AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F875AF

Black with #F875AF

Text Example


Text Example

White with #F875AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F875AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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