Html Css Color HEX #F075AD Hot Pink

📋 copy color: '#F075AD'

red 240 ◦ green 117 ◦ blue 173

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

Shades of Hot Pink #F075AD

Tints of Hot Pink #F075AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.08%

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

R = 45.28%
G = 22.08%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F075AD (or 0xF075AD) is known color: Hot Pink. HEX triplet: F0, 75 and AD. RGB value is (240,117,173). Sum of RGB (Red+Green+Blue) = 240+117+173=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F075AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075AD is #0F8A52. Grayscale: #A0A0A0. Windows color (decimal): -1018451 or 11367920. OLE color: 11367920.

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

Color convert

RGB 240 117 173 -
CMYK 0 0.51 0.28 0.06
HSL 332.68º 0.8% 0.7% -
HSV(B) 332.68º 0.51% 0.94% -
XYZ 49.84 34.26 43.52 -
YUV 160.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 240 117 173 0 0.51 0.28 0.06 332.68 0.8 0.7
Hex F0 75 AD 0 33 1C 6 14D 50 46
Octal 360 165 255 0 63 34 6 515 120 106
Binary 11110000 1110101 10101101 0 110011 11100 110 101001101 1010000 1000110

Color Harmonies of #F075AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075AD

Black with #F075AD

Text Example


Text Example

White with #F075AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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