Html Css Color HEX #F2077F Deep Pink

📋 copy color: '#F2077F'

red 242 ◦ green 7 ◦ blue 127

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

Shades of Deep Pink #F2077F

Tints of Deep Pink #F2077F

RGB

 RED value IS 242 (94.92% from 255) = 64.36%

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

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

R = 64.36%
G = 1.86%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2077F (or 0xF2077F) is known color: Deep Pink. HEX triplet: F2, 07 and 7F. RGB value is (242,7,127). Sum of RGB (Red+Green+Blue) = 242+7+127=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2077F is #0DF880. Grayscale: #5A5A5A. Windows color (decimal): -915585 or 8325106. OLE color: 8325106.

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

Color convert

RGB 242 7 127 -
CMYK 0 0.97 0.48 0.05
HSL 329.36º 0.94% 0.49% -
HSV(B) 329.36º 0.97% 0.95% -
XYZ 40.52 20.56 21.91 -
YUV 90.95 148.36 235.74 -
System Red Green Blue C M Y K H S L
Decimal 242 7 127 0 0.97 0.48 0.05 329.36 0.94 0.49
Hex F2 7 7F 0 61 30 5 149 5E 31
Octal 362 7 177 0 141 60 5 511 136 61
Binary 11110010 111 1111111 0 1100001 110000 101 101001001 1011110 110001

Color Harmonies of #F2077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2077F

Black with #F2077F

Text Example


Text Example

White with #F2077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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