Html Css Color HEX #F058BA Hot Pink

📋 copy color: '#F058BA'

red 240 ◦ green 88 ◦ blue 186

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

Shades of Hot Pink #F058BA

Tints of Hot Pink #F058BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.12%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 46.69%
G = 17.12%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F058BA (or 0xF058BA) is known color: Hot Pink. HEX triplet: F0, 58 and BA. RGB value is (240,88,186). Sum of RGB (Red+Green+Blue) = 240+88+186=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F058BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058BA is #0FA745. Grayscale: #909090. Windows color (decimal): -1025862 or 12212464. OLE color: 12212464.

HSL color Cylindrical-coordinate representation of color #F058BA: hue angle of 321.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058BA is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 186 -
CMYK 0 0.63 0.22 0.06
HSL 321.32º 0.84% 0.64% -
HSV(B) 321.32º 0.63% 0.94% -
XYZ 48.29 29.05 49.52 -
YUV 144.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 240 88 186 0 0.63 0.22 0.06 321.32 0.84 0.64
Hex F0 58 BA 0 3F 16 6 141 54 40
Octal 360 130 272 0 77 26 6 501 124 100
Binary 11110000 1011000 10111010 0 111111 10110 110 101000001 1010100 1000000

Color Harmonies of #F058BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058BA

Black with #F058BA

Text Example


Text Example

White with #F058BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058BA; }

 p { color: rgb(240,88,186); }

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

background-color css

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

 a { background-color: rgb(240,88,186); }

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

border-color css

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

 span { border-color: rgb(240,88,186); }

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