Html Css Color HEX #F7027C Deep Pink

📋 copy color: '#F7027C'

red 247 ◦ green 2 ◦ blue 124

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

Shades of Deep Pink #F7027C

Tints of Deep Pink #F7027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 66.22%
G = 0.54%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F7027C (or 0xF7027C) is known color: Deep Pink. HEX triplet: F7, 02 and 7C. RGB value is (247,2,124). Sum of RGB (Red+Green+Blue) = 247+2+124=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7027C is #08FD83. Grayscale: #585858. Windows color (decimal): -589188 or 8127223. OLE color: 8127223.

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

Color convert

RGB 247 2 124 -
CMYK 0 0.99 0.50 0.03
HSL 330.12º 0.98% 0.49% -
HSV(B) 330.12º 0.99% 0.97% -
XYZ 42.02 21.27 20.96 -
YUV 89.16 147.67 240.58 -
System Red Green Blue C M Y K H S L
Decimal 247 2 124 0 0.99 0.50 0.03 330.12 0.98 0.49
Hex F7 2 7C 0 63 32 3 14A 62 31
Octal 367 2 174 0 143 62 3 512 142 61
Binary 11110111 10 1111100 0 1100011 110010 11 101001010 1100010 110001

Color Harmonies of #F7027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7027C

Black with #F7027C

Text Example


Text Example

White with #F7027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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