Html Css Color HEX #F0497A Dark Pink

📋 copy color: '#F0497A'

red 240 ◦ green 73 ◦ blue 122

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

Shades of Dark Pink #F0497A

Tints of Dark Pink #F0497A

RGB

 RED value IS 240 (94.14% from 255) = 55.17%

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

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

R = 55.17%
G = 16.78%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0497A (or 0xF0497A) is known color: Dark Pink. HEX triplet: F0, 49 and 7A. RGB value is (240,73,122). Sum of RGB (Red+Green+Blue) = 240+73+122=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0497A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0497A is #0FB685. Grayscale: #808080. Windows color (decimal): -1029766 or 8014320. OLE color: 8014320.

HSL color Cylindrical-coordinate representation of color #F0497A: hue angle of 342.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0497A is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 122 -
CMYK 0 0.70 0.49 0.06
HSL 342.4º 0.85% 0.61% -
HSV(B) 342.4º 0.7% 0.94% -
XYZ 41.83 24.7 20.97 -
YUV 128.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 240 73 122 0 0.70 0.49 0.06 342.4 0.85 0.61
Hex F0 49 7A 0 46 31 6 156 55 3D
Octal 360 111 172 0 106 61 6 526 125 75
Binary 11110000 1001001 1111010 0 1000110 110001 110 101010110 1010101 111101

Color Harmonies of #F0497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0497A

Black with #F0497A

Text Example


Text Example

White with #F0497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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