Html Css Color HEX #F7038D Deep Pink

📋 copy color: '#F7038D'

red 247 ◦ green 3 ◦ blue 141

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

Shades of Deep Pink #F7038D

Tints of Deep Pink #F7038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 63.17%
G = 0.77%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7038D (or 0xF7038D) is known color: Deep Pink. HEX triplet: F7, 03 and 8D. RGB value is (247,3,141). Sum of RGB (Red+Green+Blue) = 247+3+141=391 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.17% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 247 - color contains mainly: red. Hex color #F7038D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7038D is #08FC72. Grayscale: #5B5B5B. Windows color (decimal): -588915 or 9241591. OLE color: 9241591.

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

Color convert

RGB 247 3 141 -
CMYK 0 0.99 0.43 0.03
HSL 326.07º 0.98% 0.49% -
HSV(B) 326.07º 0.99% 0.97% -
XYZ 43.2 21.76 27.12 -
YUV 91.69 155.84 238.78 -
System Red Green Blue C M Y K H S L
Decimal 247 3 141 0 0.99 0.43 0.03 326.07 0.98 0.49
Hex F7 3 8D 0 63 2B 3 146 62 31
Octal 367 3 215 0 143 53 3 506 142 61
Binary 11110111 11 10001101 0 1100011 101011 11 101000110 1100010 110001

Color Harmonies of #F7038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7038D

Black with #F7038D

Text Example


Text Example

White with #F7038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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