Html Css Color HEX #F7048D Deep Pink

📋 copy color: '#F7048D'

red 247 ◦ green 4 ◦ blue 141

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

Shades of Deep Pink #F7048D

Tints of Deep Pink #F7048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 63.01%
G = 1.02%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7048D (or 0xF7048D) is known color: Deep Pink. HEX triplet: F7, 04 and 8D. RGB value is (247,4,141). Sum of RGB (Red+Green+Blue) = 247+4+141=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7048D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7048D is #08FB72. Grayscale: #5B5B5B. Windows color (decimal): -588659 or 9241847. OLE color: 9241847.

HSL color Cylindrical-coordinate representation of color #F7048D: hue angle of 326.17º degrees, saturation: 0.97, 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 #F7048D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 4 141 -
CMYK 0 0.98 0.43 0.03
HSL 326.17º 0.97% 0.49% -
HSV(B) 326.17º 0.98% 0.97% -
XYZ 43.21 21.78 27.13 -
YUV 92.28 155.51 238.36 -
System Red Green Blue C M Y K H S L
Decimal 247 4 141 0 0.98 0.43 0.03 326.17 0.97 0.49
Hex F7 4 8D 0 62 2B 3 146 61 31
Octal 367 4 215 0 142 53 3 506 141 61
Binary 11110111 100 10001101 0 1100010 101011 11 101000110 1100001 110001

Color Harmonies of #F7048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7048D

Black with #F7048D

Text Example


Text Example

White with #F7048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7048D; }

 p { color: rgb(247,4,141); }

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

background-color css

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

 a { background-color: rgb(247,4,141); }

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

border-color css

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

 span { border-color: rgb(247,4,141); }

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