Html Css Color HEX #F063AC Hot Pink

📋 copy color: '#F063AC'

red 240 ◦ green 99 ◦ blue 172

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

Shades of Hot Pink #F063AC

Tints of Hot Pink #F063AC

RGB

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

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

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

R = 46.97%
G = 19.37%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F063AC (or 0xF063AC) is known color: Hot Pink. HEX triplet: F0, 63 and AC. RGB value is (240,99,172). Sum of RGB (Red+Green+Blue) = 240+99+172=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F063AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063AC is #0F9C53. Grayscale: #959595. Windows color (decimal): -1023060 or 11297776. OLE color: 11297776.

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

Color convert

RGB 240 99 172 -
CMYK 0 0.59 0.28 0.06
HSL 328.94º 0.82% 0.66% -
HSV(B) 328.94º 0.59% 0.94% -
XYZ 47.84 30.43 42.38 -
YUV 149.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 240 99 172 0 0.59 0.28 0.06 328.94 0.82 0.66
Hex F0 63 AC 0 3B 1C 6 149 52 42
Octal 360 143 254 0 73 34 6 511 122 102
Binary 11110000 1100011 10101100 0 111011 11100 110 101001001 1010010 1000010

Color Harmonies of #F063AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063AC

Black with #F063AC

Text Example


Text Example

White with #F063AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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