Html Css Color HEX #F0177C Deep Pink

📋 copy color: '#F0177C'

red 240 ◦ green 23 ◦ blue 124

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

Shades of Deep Pink #F0177C

Tints of Deep Pink #F0177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.94%

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

R = 62.02%
G = 5.94%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0177C (or 0xF0177C) is known color: Deep Pink. HEX triplet: F0, 17 and 7C. RGB value is (240,23,124). Sum of RGB (Red+Green+Blue) = 240+23+124=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0177C is #0FE883. Grayscale: #636363. Windows color (decimal): -1042564 or 8132592. OLE color: 8132592.

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

Color convert

RGB 240 23 124 -
CMYK 0 0.90 0.48 0.06
HSL 332.07º 0.88% 0.52% -
HSV(B) 332.07º 0.9% 0.94% -
XYZ 39.88 20.59 20.94 -
YUV 99.4 141.89 228.29 -
System Red Green Blue C M Y K H S L
Decimal 240 23 124 0 0.90 0.48 0.06 332.07 0.88 0.52
Hex F0 17 7C 0 5A 30 6 14C 58 34
Octal 360 27 174 0 132 60 6 514 130 64
Binary 11110000 10111 1111100 0 1011010 110000 110 101001100 1011000 110100

Color Harmonies of #F0177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0177C

Black with #F0177C

Text Example


Text Example

White with #F0177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0177C; }

 p { color: rgb(240,23,124); }

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

background-color css

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

 a { background-color: rgb(240,23,124); }

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

border-color css

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

 span { border-color: rgb(240,23,124); }

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