Html Css Color HEX #F064AF Hot Pink

📋 copy color: '#F064AF'

red 240 ◦ green 100 ◦ blue 175

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

Shades of Hot Pink #F064AF

Tints of Hot Pink #F064AF

RGB

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

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

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

R = 46.6%
G = 19.42%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F064AF (or 0xF064AF) is known color: Hot Pink. HEX triplet: F0, 64 and AF. RGB value is (240,100,175). Sum of RGB (Red+Green+Blue) = 240+100+175=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F064AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F064AF is #0F9B50. Grayscale: #969696. Windows color (decimal): -1022801 or 11494640. OLE color: 11494640.

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

Color convert

RGB 240 100 175 -
CMYK 0 0.58 0.27 0.06
HSL 327.86º 0.82% 0.67% -
HSV(B) 327.86º 0.58% 0.94% -
XYZ 48.23 30.73 43.95 -
YUV 150.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 240 100 175 0 0.58 0.27 0.06 327.86 0.82 0.67
Hex F0 64 AF 0 3A 1B 6 148 52 43
Octal 360 144 257 0 72 33 6 510 122 103
Binary 11110000 1100100 10101111 0 111010 11011 110 101001000 1010010 1000011

Color Harmonies of #F064AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064AF

Black with #F064AF

Text Example


Text Example

White with #F064AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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