Html Css Color HEX #F1497B Dark Pink

📋 copy color: '#F1497B'

red 241 ◦ green 73 ◦ blue 123

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

Shades of Dark Pink #F1497B

Tints of Dark Pink #F1497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 55.15%
G = 16.7%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1497B (or 0xF1497B) is known color: Dark Pink. HEX triplet: F1, 49 and 7B. RGB value is (241,73,123). Sum of RGB (Red+Green+Blue) = 241+73+123=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1497B is #0EB684. Grayscale: #808080. Windows color (decimal): -964229 or 8079857. OLE color: 8079857.

HSL color Cylindrical-coordinate representation of color #F1497B: hue angle of 342.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1497B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 123 -
CMYK 0 0.70 0.49 0.05
HSL 342.14º 0.86% 0.62% -
HSV(B) 342.14º 0.7% 0.95% -
XYZ 42.23 24.9 21.32 -
YUV 128.93 124.66 207.93 -
System Red Green Blue C M Y K H S L
Decimal 241 73 123 0 0.70 0.49 0.05 342.14 0.86 0.62
Hex F1 49 7B 0 46 31 5 156 56 3E
Octal 361 111 173 0 106 61 5 526 126 76
Binary 11110001 1001001 1111011 0 1000110 110001 101 101010110 1010110 111110

Color Harmonies of #F1497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1497B

Black with #F1497B

Text Example


Text Example

White with #F1497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1497B; }

 p { color: rgb(241,73,123); }

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

background-color css

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

 a { background-color: rgb(241,73,123); }

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

border-color css

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

 span { border-color: rgb(241,73,123); }

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