Html Css Color HEX #F06FA5 Hot Pink

📋 copy color: '#F06FA5'

red 240 ◦ green 111 ◦ blue 165

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

Shades of Hot Pink #F06FA5

Tints of Hot Pink #F06FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.51%

 BLUE value IS 165 (64.84% from 255) = 31.98%

R = 46.51%
G = 21.51%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F06FA5 (or 0xF06FA5) is known color: Hot Pink. HEX triplet: F0, 6F and A5. RGB value is (240,111,165). Sum of RGB (Red+Green+Blue) = 240+111+165=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06FA5 is #0F905A. Grayscale: #9B9B9B. Windows color (decimal): -1019995 or 10842096. OLE color: 10842096.

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

Color convert

RGB 240 111 165 -
CMYK 0 0.54 0.31 0.06
HSL 334.88º 0.81% 0.69% -
HSV(B) 334.88º 0.54% 0.94% -
XYZ 48.41 32.61 39.34 -
YUV 155.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 240 111 165 0 0.54 0.31 0.06 334.88 0.81 0.69
Hex F0 6F A5 0 36 1F 6 14F 51 45
Octal 360 157 245 0 66 37 6 517 121 105
Binary 11110000 1101111 10100101 0 110110 11111 110 101001111 1010001 1000101

Color Harmonies of #F06FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FA5

Black with #F06FA5

Text Example


Text Example

White with #F06FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FA5; }

 p { color: rgb(240,111,165); }

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

background-color css

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

 a { background-color: rgb(240,111,165); }

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

border-color css

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

 span { border-color: rgb(240,111,165); }

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