Html Css Color HEX #F060B2 Hot Pink

📋 copy color: '#F060B2'

red 240 ◦ green 96 ◦ blue 178

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

Shades of Hot Pink #F060B2

Tints of Hot Pink #F060B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 46.69%
G = 18.68%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F060B2 (or 0xF060B2) is known color: Hot Pink. HEX triplet: F0, 60 and B2. RGB value is (240,96,178). Sum of RGB (Red+Green+Blue) = 240+96+178=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F060B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F060B2 is #0F9F4D. Grayscale: #949494. Windows color (decimal): -1023822 or 11690224. OLE color: 11690224.

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

Color convert

RGB 240 96 178 -
CMYK 0 0.6 0.26 0.06
HSL 325.83º 0.83% 0.66% -
HSV(B) 325.83º 0.6% 0.94% -
XYZ 48.15 30.11 45.39 -
YUV 148.4 144.71 193.33 -
System Red Green Blue C M Y K H S L
Decimal 240 96 178 0 0.6 0.26 0.06 325.83 0.83 0.66
Hex F0 60 B2 0 3C 1A 6 146 53 42
Octal 360 140 262 0 74 32 6 506 123 102
Binary 11110000 1100000 10110010 0 111100 11010 110 101000110 1010011 1000010

Color Harmonies of #F060B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060B2

Black with #F060B2

Text Example


Text Example

White with #F060B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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