Html Css Color HEX #F063AB Hot Pink

📋 copy color: '#F063AB'

red 240 ◦ green 99 ◦ blue 171

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

Shades of Hot Pink #F063AB

Tints of Hot Pink #F063AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.41%

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 47.06%
G = 19.41%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F063AB (or 0xF063AB) is known color: Hot Pink. HEX triplet: F0, 63 and AB. RGB value is (240,99,171). Sum of RGB (Red+Green+Blue) = 240+99+171=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F063AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063AB is #0F9C54. Grayscale: #959595. Windows color (decimal): -1023061 or 11232240. OLE color: 11232240.

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

Color convert

RGB 240 99 171 -
CMYK 0 0.59 0.29 0.06
HSL 329.36º 0.82% 0.66% -
HSV(B) 329.36º 0.59% 0.94% -
XYZ 47.75 30.39 41.88 -
YUV 149.37 140.21 192.65 -
System Red Green Blue C M Y K H S L
Decimal 240 99 171 0 0.59 0.29 0.06 329.36 0.82 0.66
Hex F0 63 AB 0 3B 1D 6 149 52 42
Octal 360 143 253 0 73 35 6 511 122 102
Binary 11110000 1100011 10101011 0 111011 11101 110 101001001 1010010 1000010

Color Harmonies of #F063AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063AB

Black with #F063AB

Text Example


Text Example

White with #F063AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063AB; }

 p { color: rgb(240,99,171); }

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

background-color css

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

 a { background-color: rgb(240,99,171); }

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

border-color css

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

 span { border-color: rgb(240,99,171); }

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