Html Css Color HEX #F7027D Deep Pink

📋 copy color: '#F7027D'

red 247 ◦ green 2 ◦ blue 125

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

Shades of Deep Pink #F7027D

Tints of Deep Pink #F7027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 66.04%
G = 0.53%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7027D (or 0xF7027D) is known color: Deep Pink. HEX triplet: F7, 02 and 7D. RGB value is (247,2,125). Sum of RGB (Red+Green+Blue) = 247+2+125=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7027D is #08FD82. Grayscale: #595959. Windows color (decimal): -589187 or 8192759. OLE color: 8192759.

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

Color convert

RGB 247 2 125 -
CMYK 0 0.99 0.49 0.03
HSL 329.88º 0.98% 0.49% -
HSV(B) 329.88º 0.99% 0.97% -
XYZ 42.08 21.3 21.3 -
YUV 89.28 148.17 240.5 -
System Red Green Blue C M Y K H S L
Decimal 247 2 125 0 0.99 0.49 0.03 329.88 0.98 0.49
Hex F7 2 7D 0 63 31 3 14A 62 31
Octal 367 2 175 0 143 61 3 512 142 61
Binary 11110111 10 1111101 0 1100011 110001 11 101001010 1100010 110001

Color Harmonies of #F7027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7027D

Black with #F7027D

Text Example


Text Example

White with #F7027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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