Html Css Color HEX #F0058B Deep Pink

📋 copy color: '#F0058B'

red 240 ◦ green 5 ◦ blue 139

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

Shades of Deep Pink #F0058B

Tints of Deep Pink #F0058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 62.5%
G = 1.3%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0058B (or 0xF0058B) is known color: Deep Pink. HEX triplet: F0, 05 and 8B. RGB value is (240,5,139). Sum of RGB (Red+Green+Blue) = 240+5+139=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0058B is #0FFA74. Grayscale: #5A5A5A. Windows color (decimal): -1047157 or 9111024. OLE color: 9111024.

HSL color Cylindrical-coordinate representation of color #F0058B: hue angle of 325.79º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0058B is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 139 -
CMYK 0 0.98 0.42 0.06
HSL 325.79º 0.96% 0.48% -
HSV(B) 325.79º 0.98% 0.94% -
XYZ 40.65 20.5 26.24 -
YUV 90.54 155.36 234.6 -
System Red Green Blue C M Y K H S L
Decimal 240 5 139 0 0.98 0.42 0.06 325.79 0.96 0.48
Hex F0 5 8B 0 62 2A 6 146 60 30
Octal 360 5 213 0 142 52 6 506 140 60
Binary 11110000 101 10001011 0 1100010 101010 110 101000110 1100000 110000

Color Harmonies of #F0058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0058B

Black with #F0058B

Text Example


Text Example

White with #F0058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0058B; }

 p { color: rgb(240,5,139); }

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

background-color css

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

 a { background-color: rgb(240,5,139); }

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

border-color css

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

 span { border-color: rgb(240,5,139); }

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