Html Css Color HEX #F1117F Deep Pink

📋 copy color: '#F1117F'

red 241 ◦ green 17 ◦ blue 127

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

Shades of Deep Pink #F1117F

Tints of Deep Pink #F1117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.42%

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

R = 62.6%
G = 4.42%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1117F (or 0xF1117F) is known color: Deep Pink. HEX triplet: F1, 11 and 7F. RGB value is (241,17,127). Sum of RGB (Red+Green+Blue) = 241+17+127=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1117F is #0EEE80. Grayscale: #606060. Windows color (decimal): -978561 or 8327665. OLE color: 8327665.

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

Color convert

RGB 241 17 127 -
CMYK 0 0.93 0.47 0.05
HSL 330.54º 0.89% 0.51% -
HSV(B) 330.54º 0.93% 0.95% -
XYZ 40.31 20.63 21.94 -
YUV 96.52 145.21 231.06 -
System Red Green Blue C M Y K H S L
Decimal 241 17 127 0 0.93 0.47 0.05 330.54 0.89 0.51
Hex F1 11 7F 0 5D 2F 5 14B 59 33
Octal 361 21 177 0 135 57 5 513 131 63
Binary 11110001 10001 1111111 0 1011101 101111 101 101001011 1011001 110011

Color Harmonies of #F1117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1117F

Black with #F1117F

Text Example


Text Example

White with #F1117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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