Html Css Color HEX #F1168C Deep Pink

📋 copy color: '#F1168C'

red 241 ◦ green 22 ◦ blue 140

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

Shades of Deep Pink #F1168C

Tints of Deep Pink #F1168C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 59.8%
G = 5.46%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1168C (or 0xF1168C) is known color: Deep Pink. HEX triplet: F1, 16 and 8C. RGB value is (241,22,140). Sum of RGB (Red+Green+Blue) = 241+22+140=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1168C is #0EE973. Grayscale: #646464. Windows color (decimal): -977268 or 9180913. OLE color: 9180913.

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

Color convert

RGB 241 22 140 -
CMYK 0 0.91 0.42 0.05
HSL 327.67º 0.89% 0.52% -
HSV(B) 327.67º 0.91% 0.95% -
XYZ 41.3 21.17 26.72 -
YUV 100.93 150.05 227.91 -
System Red Green Blue C M Y K H S L
Decimal 241 22 140 0 0.91 0.42 0.05 327.67 0.89 0.52
Hex F1 16 8C 0 5B 2A 5 148 59 34
Octal 361 26 214 0 133 52 5 510 131 64
Binary 11110001 10110 10001100 0 1011011 101010 101 101001000 1011001 110100

Color Harmonies of #F1168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1168C

Black with #F1168C

Text Example


Text Example

White with #F1168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1168C; }

 p { color: rgb(241,22,140); }

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

background-color css

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

 a { background-color: rgb(241,22,140); }

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

border-color css

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

 span { border-color: rgb(241,22,140); }

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