Html Css Color HEX #F075AC Hot Pink

📋 copy color: '#F075AC'

red 240 ◦ green 117 ◦ blue 172

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

Shades of Hot Pink #F075AC

Tints of Hot Pink #F075AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.51%

R = 45.37%
G = 22.12%
B = 32.51%

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

#F075AC (or 0xF075AC) is known color: Hot Pink. HEX triplet: F0, 75 and AC. RGB value is (240,117,172). Sum of RGB (Red+Green+Blue) = 240+117+172=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F075AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075AC is #0F8A53. Grayscale: #9F9F9F. Windows color (decimal): -1018452 or 11302384. OLE color: 11302384.

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

Color convert

RGB 240 117 172 -
CMYK 0 0.51 0.28 0.06
HSL 333.17º 0.8% 0.7% -
HSV(B) 333.17º 0.51% 0.94% -
XYZ 49.74 34.23 43.01 -
YUV 160.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 240 117 172 0 0.51 0.28 0.06 333.17 0.8 0.7
Hex F0 75 AC 0 33 1C 6 14D 50 46
Octal 360 165 254 0 63 34 6 515 120 106
Binary 11110000 1110101 10101100 0 110011 11100 110 101001101 1010000 1000110

Color Harmonies of #F075AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075AC

Black with #F075AC

Text Example


Text Example

White with #F075AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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