Html Css Color HEX #F0177F Deep Pink

📋 copy color: '#F0177F'

red 240 ◦ green 23 ◦ blue 127

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

Shades of Deep Pink #F0177F

Tints of Deep Pink #F0177F

RGB

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

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

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

R = 61.54%
G = 5.9%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0177F (or 0xF0177F) is known color: Deep Pink. HEX triplet: F0, 17 and 7F. RGB value is (240,23,127). Sum of RGB (Red+Green+Blue) = 240+23+127=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F0177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0177F is #0FE880. Grayscale: #636363. Windows color (decimal): -1042561 or 8329200. OLE color: 8329200.

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

Color convert

RGB 240 23 127 -
CMYK 0 0.90 0.47 0.06
HSL 331.24º 0.88% 0.52% -
HSV(B) 331.24º 0.9% 0.94% -
XYZ 40.07 20.67 21.96 -
YUV 99.74 143.39 228.04 -
System Red Green Blue C M Y K H S L
Decimal 240 23 127 0 0.90 0.47 0.06 331.24 0.88 0.52
Hex F0 17 7F 0 5A 2F 6 14B 58 34
Octal 360 27 177 0 132 57 6 513 130 64
Binary 11110000 10111 1111111 0 1011010 101111 110 101001011 1011000 110100

Color Harmonies of #F0177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0177F

Black with #F0177F

Text Example


Text Example

White with #F0177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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