Html Css Color HEX #F071AF Hot Pink

📋 copy color: '#F071AF'

red 240 ◦ green 113 ◦ blue 175

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

Shades of Hot Pink #F071AF

Tints of Hot Pink #F071AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

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

R = 45.45%
G = 21.4%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F071AF (or 0xF071AF) is known color: Hot Pink. HEX triplet: F0, 71 and AF. RGB value is (240,113,175). Sum of RGB (Red+Green+Blue) = 240+113+175=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F071AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F071AF is #0F8E50. Grayscale: #9D9D9D. Windows color (decimal): -1019473 or 11497968. OLE color: 11497968.

HSL color Cylindrical-coordinate representation of color #F071AF: hue angle of 330.71º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071AF is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 175 -
CMYK 0 0.53 0.27 0.06
HSL 330.71º 0.81% 0.69% -
HSV(B) 330.71º 0.53% 0.94% -
XYZ 49.58 33.43 44.4 -
YUV 158.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 240 113 175 0 0.53 0.27 0.06 330.71 0.81 0.69
Hex F0 71 AF 0 35 1B 6 14B 51 45
Octal 360 161 257 0 65 33 6 513 121 105
Binary 11110000 1110001 10101111 0 110101 11011 110 101001011 1010001 1000101

Color Harmonies of #F071AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071AF

Black with #F071AF

Text Example


Text Example

White with #F071AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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