Html Css Color HEX #F0077F Deep Pink

📋 copy color: '#F0077F'

red 240 ◦ green 7 ◦ blue 127

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

Shades of Deep Pink #F0077F

Tints of Deep Pink #F0077F

RGB

 RED value IS 240 (94.14% from 255) = 64.17%

 GREEN value IS 7 (3.13% from 255) = 1.87%

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

R = 64.17%
G = 1.87%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0077F (or 0xF0077F) is known color: Deep Pink. HEX triplet: F0, 07 and 7F. RGB value is (240,7,127). Sum of RGB (Red+Green+Blue) = 240+7+127=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0077F is #0FF880. Grayscale: #5A5A5A. Windows color (decimal): -1046657 or 8325104. OLE color: 8325104.

HSL color Cylindrical-coordinate representation of color #F0077F: hue angle of 329.1º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0077F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 7 127 -
CMYK 0 0.97 0.47 0.06
HSL 329.1º 0.94% 0.48% -
HSV(B) 329.1º 0.97% 0.94% -
XYZ 39.84 20.21 21.88 -
YUV 90.35 148.69 234.74 -
System Red Green Blue C M Y K H S L
Decimal 240 7 127 0 0.97 0.47 0.06 329.1 0.94 0.48
Hex F0 7 7F 0 61 2F 6 149 5E 30
Octal 360 7 177 0 141 57 6 511 136 60
Binary 11110000 111 1111111 0 1100001 101111 110 101001001 1011110 110000

Color Harmonies of #F0077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0077F

Black with #F0077F

Text Example


Text Example

White with #F0077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0077F; }

 p { color: rgb(240,7,127); }

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

background-color css

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

 a { background-color: rgb(240,7,127); }

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

border-color css

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

 span { border-color: rgb(240,7,127); }

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