Html Css Color HEX #F063AD Hot Pink

📋 copy color: '#F063AD'

red 240 ◦ green 99 ◦ blue 173

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

Shades of Hot Pink #F063AD

Tints of Hot Pink #F063AD

RGB

 RED value IS 240 (94.14% from 255) = 46.88%

 GREEN value IS 99 (39.06% from 255) = 19.34%

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

R = 46.88%
G = 19.34%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F063AD (or 0xF063AD) is known color: Hot Pink. HEX triplet: F0, 63 and AD. RGB value is (240,99,173). Sum of RGB (Red+Green+Blue) = 240+99+173=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F063AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063AD is #0F9C52. Grayscale: #959595. Windows color (decimal): -1023059 or 11363312. OLE color: 11363312.

HSL color Cylindrical-coordinate representation of color #F063AD: hue angle of 328.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063AD is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 173 -
CMYK 0 0.59 0.28 0.06
HSL 328.51º 0.82% 0.66% -
HSV(B) 328.51º 0.59% 0.94% -
XYZ 47.94 30.47 42.89 -
YUV 149.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 240 99 173 0 0.59 0.28 0.06 328.51 0.82 0.66
Hex F0 63 AD 0 3B 1C 6 149 52 42
Octal 360 143 255 0 73 34 6 511 122 102
Binary 11110000 1100011 10101101 0 111011 11100 110 101001001 1010010 1000010

Color Harmonies of #F063AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063AD

Black with #F063AD

Text Example


Text Example

White with #F063AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063AD; }

 p { color: rgb(240,99,173); }

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

background-color css

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

 a { background-color: rgb(240,99,173); }

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

border-color css

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

 span { border-color: rgb(240,99,173); }

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