Html Css Color HEX #F064AD Hot Pink

📋 copy color: '#F064AD'

red 240 ◦ green 100 ◦ blue 173

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

Shades of Hot Pink #F064AD

Tints of Hot Pink #F064AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.49%

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

R = 46.78%
G = 19.49%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F064AD (or 0xF064AD) is known color: Hot Pink. HEX triplet: F0, 64 and AD. RGB value is (240,100,173). Sum of RGB (Red+Green+Blue) = 240+100+173=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F064AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F064AD is #0F9B52. Grayscale: #969696. Windows color (decimal): -1022803 or 11363568. OLE color: 11363568.

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

Color convert

RGB 240 100 173 -
CMYK 0 0.58 0.28 0.06
HSL 328.71º 0.82% 0.67% -
HSV(B) 328.71º 0.58% 0.94% -
XYZ 48.04 30.66 42.92 -
YUV 150.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 240 100 173 0 0.58 0.28 0.06 328.71 0.82 0.67
Hex F0 64 AD 0 3A 1C 6 149 52 43
Octal 360 144 255 0 72 34 6 511 122 103
Binary 11110000 1100100 10101101 0 111010 11100 110 101001001 1010010 1000011

Color Harmonies of #F064AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064AD

Black with #F064AD

Text Example


Text Example

White with #F064AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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