Html Css Color HEX #F064AA Hot Pink

📋 copy color: '#F064AA'

red 240 ◦ green 100 ◦ blue 170

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

Shades of Hot Pink #F064AA

Tints of Hot Pink #F064AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 47.06%
G = 19.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F064AA (or 0xF064AA) is known color: Hot Pink. HEX triplet: F0, 64 and AA. RGB value is (240,100,170). Sum of RGB (Red+Green+Blue) = 240+100+170=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F064AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F064AA is #0F9B55. Grayscale: #959595. Windows color (decimal): -1022806 or 11166960. OLE color: 11166960.

HSL color Cylindrical-coordinate representation of color #F064AA: hue angle of 330º 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 #F064AA is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 170 -
CMYK 0 0.58 0.29 0.06
HSL 330º 0.82% 0.67% -
HSV(B) 330º 0.58% 0.94% -
XYZ 47.75 30.54 41.41 -
YUV 149.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 240 100 170 0 0.58 0.29 0.06 330 0.82 0.67
Hex F0 64 AA 0 3A 1D 6 14A 52 43
Octal 360 144 252 0 72 35 6 512 122 103
Binary 11110000 1100100 10101010 0 111010 11101 110 101001010 1010010 1000011

Color Harmonies of #F064AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064AA

Black with #F064AA

Text Example


Text Example

White with #F064AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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