Html Css Color HEX #F7038A Deep Pink

📋 copy color: '#F7038A'

red 247 ◦ green 3 ◦ blue 138

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

Shades of Deep Pink #F7038A

Tints of Deep Pink #F7038A

RGB

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

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

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

R = 63.66%
G = 0.77%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7038A (or 0xF7038A) is known color: Deep Pink. HEX triplet: F7, 03 and 8A. RGB value is (247,3,138). Sum of RGB (Red+Green+Blue) = 247+3+138=388 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.66% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 247 - color contains mainly: red. Hex color #F7038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7038A is #08FC75. Grayscale: #5B5B5B. Windows color (decimal): -588918 or 9044983. OLE color: 9044983.

HSL color Cylindrical-coordinate representation of color #F7038A: hue angle of 326.8º 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 #F7038A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 3 138 -
CMYK 0 0.99 0.44 0.03
HSL 326.8º 0.98% 0.49% -
HSV(B) 326.8º 0.99% 0.97% -
XYZ 42.98 21.67 25.96 -
YUV 91.35 154.34 239.02 -
System Red Green Blue C M Y K H S L
Decimal 247 3 138 0 0.99 0.44 0.03 326.8 0.98 0.49
Hex F7 3 8A 0 63 2C 3 147 62 31
Octal 367 3 212 0 143 54 3 507 142 61
Binary 11110111 11 10001010 0 1100011 101100 11 101000111 1100010 110001

Color Harmonies of #F7038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7038A

Black with #F7038A

Text Example


Text Example

White with #F7038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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