Html Css Color HEX #F063A9 Hot Pink

📋 copy color: '#F063A9'

red 240 ◦ green 99 ◦ blue 169

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

Shades of Hot Pink #F063A9

Tints of Hot Pink #F063A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.27%

R = 47.24%
G = 19.49%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F063A9 (or 0xF063A9) is known color: Hot Pink. HEX triplet: F0, 63 and A9. RGB value is (240,99,169). Sum of RGB (Red+Green+Blue) = 240+99+169=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F063A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063A9 is #0F9C56. Grayscale: #959595. Windows color (decimal): -1023063 or 11101168. OLE color: 11101168.

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

Color convert

RGB 240 99 169 -
CMYK 0 0.59 0.30 0.06
HSL 330.21º 0.82% 0.66% -
HSV(B) 330.21º 0.59% 0.94% -
XYZ 47.56 30.31 40.88 -
YUV 149.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 240 99 169 0 0.59 0.30 0.06 330.21 0.82 0.66
Hex F0 63 A9 0 3B 1E 6 14A 52 42
Octal 360 143 251 0 73 36 6 512 122 102
Binary 11110000 1100011 10101001 0 111011 11110 110 101001010 1010010 1000010

Color Harmonies of #F063A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063A9

Black with #F063A9

Text Example


Text Example

White with #F063A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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