Html Css Color HEX #F1197A Deep Pink

📋 copy color: '#F1197A'

red 241 ◦ green 25 ◦ blue 122

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

Shades of Deep Pink #F1197A

Tints of Deep Pink #F1197A

RGB

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

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

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

R = 62.11%
G = 6.44%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1197A (or 0xF1197A) is known color: Deep Pink. HEX triplet: F1, 19 and 7A. RGB value is (241,25,122). Sum of RGB (Red+Green+Blue) = 241+25+122=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1197A is #0EE685. Grayscale: #646464. Windows color (decimal): -976518 or 8002033. OLE color: 8002033.

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

Color convert

RGB 241 25 122 -
CMYK 0 0.90 0.49 0.05
HSL 333.06º 0.89% 0.52% -
HSV(B) 333.06º 0.9% 0.95% -
XYZ 40.14 20.8 20.31 -
YUV 100.64 140.06 228.11 -
System Red Green Blue C M Y K H S L
Decimal 241 25 122 0 0.90 0.49 0.05 333.06 0.89 0.52
Hex F1 19 7A 0 5A 31 5 14D 59 34
Octal 361 31 172 0 132 61 5 515 131 64
Binary 11110001 11001 1111010 0 1011010 110001 101 101001101 1011001 110100

Color Harmonies of #F1197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1197A

Black with #F1197A

Text Example


Text Example

White with #F1197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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