Html Css Color HEX #F7028A Deep Pink

📋 copy color: '#F7028A'

red 247 ◦ green 2 ◦ blue 138

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

Shades of Deep Pink #F7028A

Tints of Deep Pink #F7028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 63.82%
G = 0.52%
B = 35.66%

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

#F7028A (or 0xF7028A) is known color: Deep Pink. HEX triplet: F7, 02 and 8A. RGB value is (247,2,138). Sum of RGB (Red+Green+Blue) = 247+2+138=387 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.82% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 247 - color contains mainly: red. Hex color #F7028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7028A is #08FD75. Grayscale: #5A5A5A. Windows color (decimal): -589174 or 9044727. OLE color: 9044727.

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

Color convert

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

Color Harmonies of #F7028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7028A

Black with #F7028A

Text Example


Text Example

White with #F7028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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