Html Css Color HEX #F062AD Hot Pink

📋 copy color: '#F062AD'

red 240 ◦ green 98 ◦ blue 173

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

Shades of Hot Pink #F062AD

Tints of Hot Pink #F062AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.18%

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

R = 46.97%
G = 19.18%
B = 33.86%

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

#F062AD (or 0xF062AD) is known color: Hot Pink. HEX triplet: F0, 62 and AD. RGB value is (240,98,173). Sum of RGB (Red+Green+Blue) = 240+98+173=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F062AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062AD is #0F9D52. Grayscale: #949494. Windows color (decimal): -1023315 or 11363056. OLE color: 11363056.

HSL color Cylindrical-coordinate representation of color #F062AD: hue angle of 328.31º degrees, saturation: 0.83, 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 #F062AD is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 173 -
CMYK 0 0.59 0.28 0.06
HSL 328.31º 0.83% 0.66% -
HSV(B) 328.31º 0.59% 0.94% -
XYZ 47.85 30.28 42.86 -
YUV 149.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 240 98 173 0 0.59 0.28 0.06 328.31 0.83 0.66
Hex F0 62 AD 0 3B 1C 6 148 53 42
Octal 360 142 255 0 73 34 6 510 123 102
Binary 11110000 1100010 10101101 0 111011 11100 110 101001000 1010011 1000010

Color Harmonies of #F062AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062AD

Black with #F062AD

Text Example


Text Example

White with #F062AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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