Html Css Color HEX #F0177A Deep Pink

📋 copy color: '#F0177A'

red 240 ◦ green 23 ◦ blue 122

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

Shades of Deep Pink #F0177A

Tints of Deep Pink #F0177A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 62.34%
G = 5.97%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0177A (or 0xF0177A) is known color: Deep Pink. HEX triplet: F0, 17 and 7A. RGB value is (240,23,122). Sum of RGB (Red+Green+Blue) = 240+23+122=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0177A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0177A is #0FE885. Grayscale: #626262. Windows color (decimal): -1042566 or 8001520. OLE color: 8001520.

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

Color convert

RGB 240 23 122 -
CMYK 0 0.90 0.49 0.06
HSL 332.63º 0.88% 0.52% -
HSV(B) 332.63º 0.9% 0.94% -
XYZ 39.75 20.54 20.28 -
YUV 99.17 140.89 228.45 -
System Red Green Blue C M Y K H S L
Decimal 240 23 122 0 0.90 0.49 0.06 332.63 0.88 0.52
Hex F0 17 7A 0 5A 31 6 14D 58 34
Octal 360 27 172 0 132 61 6 515 130 64
Binary 11110000 10111 1111010 0 1011010 110001 110 101001101 1011000 110100

Color Harmonies of #F0177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0177A

Black with #F0177A

Text Example


Text Example

White with #F0177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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