Html Css Color HEX #F868AD Hot Pink

📋 copy color: '#F868AD'

red 248 ◦ green 104 ◦ blue 173

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

Shades of Hot Pink #F868AD

Tints of Hot Pink #F868AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.81%

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 47.24%
G = 19.81%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F868AD (or 0xF868AD) is known color: Hot Pink. HEX triplet: F8, 68 and AD. RGB value is (248,104,173). Sum of RGB (Red+Green+Blue) = 248+104+173=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F868AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F868AD is #079752. Grayscale: #9A9A9A. Windows color (decimal): -497491 or 11364600. OLE color: 11364600.

HSL color Cylindrical-coordinate representation of color #F868AD: hue angle of 331.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F868AD is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 104 173 -
CMYK 0 0.58 0.30 0.03
HSL 331.25º 0.91% 0.69% -
HSV(B) 331.25º 0.58% 0.97% -
XYZ 51.2 32.87 43.18 -
YUV 154.92 138.21 194.39 -
System Red Green Blue C M Y K H S L
Decimal 248 104 173 0 0.58 0.30 0.03 331.25 0.91 0.69
Hex F8 68 AD 0 3A 1E 3 14B 5B 45
Octal 370 150 255 0 72 36 3 513 133 105
Binary 11111000 1101000 10101101 0 111010 11110 11 101001011 1011011 1000101

Color Harmonies of #F868AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F868AD

Black with #F868AD

Text Example


Text Example

White with #F868AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F868AD; }

 p { color: rgb(248,104,173); }

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

background-color css

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

 a { background-color: rgb(248,104,173); }

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

border-color css

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

 span { border-color: rgb(248,104,173); }

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