Html Css Color HEX #F061AD Hot Pink

📋 copy color: '#F061AD'

red 240 ◦ green 97 ◦ blue 173

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

Shades of Hot Pink #F061AD

Tints of Hot Pink #F061AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.02%

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

R = 47.06%
G = 19.02%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F061AD (or 0xF061AD) is known color: Hot Pink. HEX triplet: F0, 61 and AD. RGB value is (240,97,173). Sum of RGB (Red+Green+Blue) = 240+97+173=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F061AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F061AD is #0F9E52. Grayscale: #949494. Windows color (decimal): -1023571 or 11362800. OLE color: 11362800.

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

Color convert

RGB 240 97 173 -
CMYK 0 0.60 0.28 0.06
HSL 328.11º 0.83% 0.66% -
HSV(B) 328.11º 0.6% 0.94% -
XYZ 47.75 30.09 42.83 -
YUV 148.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 240 97 173 0 0.60 0.28 0.06 328.11 0.83 0.66
Hex F0 61 AD 0 3C 1C 6 148 53 42
Octal 360 141 255 0 74 34 6 510 123 102
Binary 11110000 1100001 10101101 0 111100 11100 110 101001000 1010011 1000010

Color Harmonies of #F061AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061AD

Black with #F061AD

Text Example


Text Example

White with #F061AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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