Html Css Color HEX #F060B8 Hot Pink

📋 copy color: '#F060B8'

red 240 ◦ green 96 ◦ blue 184

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

Shades of Hot Pink #F060B8

Tints of Hot Pink #F060B8

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.46%

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 46.15%
G = 18.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F060B8 (or 0xF060B8) is known color: Hot Pink. HEX triplet: F0, 60 and B8. RGB value is (240,96,184). Sum of RGB (Red+Green+Blue) = 240+96+184=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F060B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060B8 is #0F9F47. Grayscale: #949494. Windows color (decimal): -1023816 or 12083440. OLE color: 12083440.

HSL color Cylindrical-coordinate representation of color #F060B8: hue angle of 323.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060B8 is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 184 -
CMYK 0 0.6 0.23 0.06
HSL 323.33º 0.83% 0.66% -
HSV(B) 323.33º 0.6% 0.94% -
XYZ 48.77 30.35 48.64 -
YUV 149.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 240 96 184 0 0.6 0.23 0.06 323.33 0.83 0.66
Hex F0 60 B8 0 3C 17 6 143 53 42
Octal 360 140 270 0 74 27 6 503 123 102
Binary 11110000 1100000 10111000 0 111100 10111 110 101000011 1010011 1000010

Color Harmonies of #F060B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060B8

Black with #F060B8

Text Example


Text Example

White with #F060B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060B8; }

 p { color: rgb(240,96,184); }

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

background-color css

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

 a { background-color: rgb(240,96,184); }

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

border-color css

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

 span { border-color: rgb(240,96,184); }

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