Html Css Color HEX #F1198C Deep Pink

📋 copy color: '#F1198C'

red 241 ◦ green 25 ◦ blue 140

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

Shades of Deep Pink #F1198C

Tints of Deep Pink #F1198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.16%

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

R = 59.36%
G = 6.16%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1198C (or 0xF1198C) is known color: Deep Pink. HEX triplet: F1, 19 and 8C. RGB value is (241,25,140). Sum of RGB (Red+Green+Blue) = 241+25+140=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1198C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1198C is #0EE673. Grayscale: #666666. Windows color (decimal): -976500 or 9181681. OLE color: 9181681.

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

Color convert

RGB 241 25 140 -
CMYK 0 0.90 0.42 0.05
HSL 328.06º 0.89% 0.52% -
HSV(B) 328.06º 0.9% 0.95% -
XYZ 41.36 21.29 26.74 -
YUV 102.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 241 25 140 0 0.90 0.42 0.05 328.06 0.89 0.52
Hex F1 19 8C 0 5A 2A 5 148 59 34
Octal 361 31 214 0 132 52 5 510 131 64
Binary 11110001 11001 10001100 0 1011010 101010 101 101001000 1011001 110100

Color Harmonies of #F1198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1198C

Black with #F1198C

Text Example


Text Example

White with #F1198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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