Html Css Color HEX #F060BC Hot Pink

📋 copy color: '#F060BC'

red 240 ◦ green 96 ◦ blue 188

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

Shades of Hot Pink #F060BC

Tints of Hot Pink #F060BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 45.8%
G = 18.32%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F060BC (or 0xF060BC) is known color: Hot Pink. HEX triplet: F0, 60 and BC. RGB value is (240,96,188). Sum of RGB (Red+Green+Blue) = 240+96+188=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F060BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060BC is #0F9F43. Grayscale: #959595. Windows color (decimal): -1023812 or 12345584. OLE color: 12345584.

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

Color convert

RGB 240 96 188 -
CMYK 0 0.6 0.22 0.06
HSL 321.67º 0.83% 0.66% -
HSV(B) 321.67º 0.6% 0.94% -
XYZ 49.2 30.52 50.88 -
YUV 149.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 240 96 188 0 0.6 0.22 0.06 321.67 0.83 0.66
Hex F0 60 BC 0 3C 16 6 142 53 42
Octal 360 140 274 0 74 26 6 502 123 102
Binary 11110000 1100000 10111100 0 111100 10110 110 101000010 1010011 1000010

Color Harmonies of #F060BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060BC

Black with #F060BC

Text Example


Text Example

White with #F060BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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