Html Css Color HEX #F0058A Deep Pink

📋 copy color: '#F0058A'

red 240 ◦ green 5 ◦ blue 138

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

Shades of Deep Pink #F0058A

Tints of Deep Pink #F0058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 62.66%
G = 1.31%
B = 36.03%

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

#F0058A (or 0xF0058A) is known color: Deep Pink. HEX triplet: F0, 05 and 8A. RGB value is (240,5,138). Sum of RGB (Red+Green+Blue) = 240+5+138=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0058A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0058A is #0FFA75. Grayscale: #5A5A5A. Windows color (decimal): -1047158 or 9045488. OLE color: 9045488.

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

Color convert

RGB 240 5 138 -
CMYK 0 0.98 0.42 0.06
HSL 326.04º 0.96% 0.48% -
HSV(B) 326.04º 0.98% 0.94% -
XYZ 40.58 20.47 25.86 -
YUV 90.43 154.86 234.69 -
System Red Green Blue C M Y K H S L
Decimal 240 5 138 0 0.98 0.42 0.06 326.04 0.96 0.48
Hex F0 5 8A 0 62 2A 6 146 60 30
Octal 360 5 212 0 142 52 6 506 140 60
Binary 11110000 101 10001010 0 1100010 101010 110 101000110 1100000 110000

Color Harmonies of #F0058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0058A

Black with #F0058A

Text Example


Text Example

White with #F0058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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