Html Css Color HEX #F7058A Deep Pink

📋 copy color: '#F7058A'

red 247 ◦ green 5 ◦ blue 138

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

Shades of Deep Pink #F7058A

Tints of Deep Pink #F7058A

RGB

 RED value IS 247 (96.88% from 255) = 63.33%

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

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

R = 63.33%
G = 1.28%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7058A (or 0xF7058A) is known color: Deep Pink. HEX triplet: F7, 05 and 8A. RGB value is (247,5,138). Sum of RGB (Red+Green+Blue) = 247+5+138=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F7058A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7058A is #08FA75. Grayscale: #5C5C5C. Windows color (decimal): -588406 or 9045495. OLE color: 9045495.

HSL color Cylindrical-coordinate representation of color #F7058A: hue angle of 327.02º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7058A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 138 -
CMYK 0 0.98 0.44 0.03
HSL 327.02º 0.96% 0.49% -
HSV(B) 327.02º 0.98% 0.97% -
XYZ 43 21.72 25.97 -
YUV 92.52 153.67 238.19 -
System Red Green Blue C M Y K H S L
Decimal 247 5 138 0 0.98 0.44 0.03 327.02 0.96 0.49
Hex F7 5 8A 0 62 2C 3 147 60 31
Octal 367 5 212 0 142 54 3 507 140 61
Binary 11110111 101 10001010 0 1100010 101100 11 101000111 1100000 110001

Color Harmonies of #F7058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7058A

Black with #F7058A

Text Example


Text Example

White with #F7058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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