Html Css Color HEX #F1497A Dark Pink

📋 copy color: '#F1497A'

red 241 ◦ green 73 ◦ blue 122

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

Shades of Dark Pink #F1497A

Tints of Dark Pink #F1497A

RGB

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

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

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

R = 55.28%
G = 16.74%
B = 27.98%

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

#F1497A (or 0xF1497A) is known color: Dark Pink. HEX triplet: F1, 49 and 7A. RGB value is (241,73,122). Sum of RGB (Red+Green+Blue) = 241+73+122=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1497A is #0EB685. Grayscale: #808080. Windows color (decimal): -964230 or 8014321. OLE color: 8014321.

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

Color convert

RGB 241 73 122 -
CMYK 0 0.70 0.49 0.05
HSL 342.5º 0.86% 0.62% -
HSV(B) 342.5º 0.7% 0.95% -
XYZ 42.17 24.87 20.99 -
YUV 128.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 241 73 122 0 0.70 0.49 0.05 342.5 0.86 0.62
Hex F1 49 7A 0 46 31 5 156 56 3E
Octal 361 111 172 0 106 61 5 526 126 76
Binary 11110001 1001001 1111010 0 1000110 110001 101 101010110 1010110 111110

Color Harmonies of #F1497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1497A

Black with #F1497A

Text Example


Text Example

White with #F1497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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