Html Css Color HEX #F7027F Deep Pink

📋 copy color: '#F7027F'

red 247 ◦ green 2 ◦ blue 127

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

Shades of Deep Pink #F7027F

Tints of Deep Pink #F7027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 65.69%
G = 0.53%
B = 33.78%

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

#F7027F (or 0xF7027F) is known color: Deep Pink. HEX triplet: F7, 02 and 7F. RGB value is (247,2,127). Sum of RGB (Red+Green+Blue) = 247+2+127=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7027F is #08FD80. Grayscale: #595959. Windows color (decimal): -589185 or 8323831. OLE color: 8323831.

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

Color convert

RGB 247 2 127 -
CMYK 0 0.99 0.49 0.03
HSL 329.39º 0.98% 0.49% -
HSV(B) 329.39º 0.99% 0.97% -
XYZ 42.21 21.35 21.97 -
YUV 89.51 149.17 240.34 -
System Red Green Blue C M Y K H S L
Decimal 247 2 127 0 0.99 0.49 0.03 329.39 0.98 0.49
Hex F7 2 7F 0 63 31 3 149 62 31
Octal 367 2 177 0 143 61 3 511 142 61
Binary 11110111 10 1111111 0 1100011 110001 11 101001001 1100010 110001

Color Harmonies of #F7027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7027F

Black with #F7027F

Text Example


Text Example

White with #F7027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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