Html Css Color HEX #F1107A Deep Pink

📋 copy color: '#F1107A'

red 241 ◦ green 16 ◦ blue 122

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

Shades of Deep Pink #F1107A

Tints of Deep Pink #F1107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 63.59%
G = 4.22%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1107A (or 0xF1107A) is known color: Deep Pink. HEX triplet: F1, 10 and 7A. RGB value is (241,16,122). Sum of RGB (Red+Green+Blue) = 241+16+122=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F1107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1107A is #0EEF85. Grayscale: #5F5F5F. Windows color (decimal): -978822 or 7999729. OLE color: 7999729.

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

Color convert

RGB 241 16 122 -
CMYK 0 0.93 0.49 0.05
HSL 331.73º 0.89% 0.5% -
HSV(B) 331.73º 0.93% 0.95% -
XYZ 39.97 20.48 20.26 -
YUV 95.36 143.04 231.88 -
System Red Green Blue C M Y K H S L
Decimal 241 16 122 0 0.93 0.49 0.05 331.73 0.89 0.5
Hex F1 10 7A 0 5D 31 5 14C 59 32
Octal 361 20 172 0 135 61 5 514 131 62
Binary 11110001 10000 1111010 0 1011101 110001 101 101001100 1011001 110010

Color Harmonies of #F1107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1107A

Black with #F1107A

Text Example


Text Example

White with #F1107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1107A; }

 p { color: rgb(241,16,122); }

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

background-color css

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

 a { background-color: rgb(241,16,122); }

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

border-color css

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

 span { border-color: rgb(241,16,122); }

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