Html Css Color HEX #F874AF Hot Pink

📋 copy color: '#F874AF'

red 248 ◦ green 116 ◦ blue 175

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

Shades of Hot Pink #F874AF

Tints of Hot Pink #F874AF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.52%

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

R = 46.01%
G = 21.52%
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

#F874AF (or 0xF874AF) is known color: Hot Pink. HEX triplet: F8, 74 and AF. RGB value is (248,116,175). Sum of RGB (Red+Green+Blue) = 248+116+175=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F874AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F874AF is #078B50. Grayscale: #A2A2A2. Windows color (decimal): -494417 or 11498744. OLE color: 11498744.

HSL color Cylindrical-coordinate representation of color #F874AF: hue angle of 333.18º degrees, saturation: 0.9, 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 #F874AF is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 175 -
CMYK 0 0.53 0.29 0.03
HSL 333.18º 0.9% 0.71% -
HSV(B) 333.18º 0.53% 0.97% -
XYZ 52.69 35.54 44.64 -
YUV 162.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 248 116 175 0 0.53 0.29 0.03 333.18 0.9 0.71
Hex F8 74 AF 0 35 1D 3 14D 5A 47
Octal 370 164 257 0 65 35 3 515 132 107
Binary 11111000 1110100 10101111 0 110101 11101 11 101001101 1011010 1000111

Color Harmonies of #F874AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874AF

Black with #F874AF

Text Example


Text Example

White with #F874AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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