Html Css Color HEX #F1177F Deep Pink

📋 copy color: '#F1177F'

red 241 ◦ green 23 ◦ blue 127

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

Shades of Deep Pink #F1177F

Tints of Deep Pink #F1177F

RGB

 RED value IS 241 (94.53% from 255) = 61.64%

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

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

R = 61.64%
G = 5.88%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1177F (or 0xF1177F) is known color: Deep Pink. HEX triplet: F1, 17 and 7F. RGB value is (241,23,127). Sum of RGB (Red+Green+Blue) = 241+23+127=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F1177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1177F is #0EE880. Grayscale: #636363. Windows color (decimal): -977025 or 8329201. OLE color: 8329201.

HSL color Cylindrical-coordinate representation of color #F1177F: hue angle of 331.38º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1177F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 23 127 -
CMYK 0 0.90 0.47 0.05
HSL 331.38º 0.89% 0.52% -
HSV(B) 331.38º 0.9% 0.95% -
XYZ 40.41 20.85 21.97 -
YUV 100.04 143.22 228.54 -
System Red Green Blue C M Y K H S L
Decimal 241 23 127 0 0.90 0.47 0.05 331.38 0.89 0.52
Hex F1 17 7F 0 5A 2F 5 14B 59 34
Octal 361 27 177 0 132 57 5 513 131 64
Binary 11110001 10111 1111111 0 1011010 101111 101 101001011 1011001 110100

Color Harmonies of #F1177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1177F

Black with #F1177F

Text Example


Text Example

White with #F1177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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