Html Css Color HEX #F0497B Dark Pink

📋 copy color: '#F0497B'

red 240 ◦ green 73 ◦ blue 123

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

Shades of Dark Pink #F0497B

Tints of Dark Pink #F0497B

RGB

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

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

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

R = 55.05%
G = 16.74%
B = 28.21%

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

#F0497B (or 0xF0497B) is known color: Dark Pink. HEX triplet: F0, 49 and 7B. RGB value is (240,73,123). Sum of RGB (Red+Green+Blue) = 240+73+123=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0497B is #0FB684. Grayscale: #808080. Windows color (decimal): -1029765 or 8079856. OLE color: 8079856.

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

Color convert

RGB 240 73 123 -
CMYK 0 0.70 0.49 0.06
HSL 342.04º 0.85% 0.61% -
HSV(B) 342.04º 0.7% 0.94% -
XYZ 41.89 24.72 21.3 -
YUV 128.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 240 73 123 0 0.70 0.49 0.06 342.04 0.85 0.61
Hex F0 49 7B 0 46 31 6 156 55 3D
Octal 360 111 173 0 106 61 6 526 125 75
Binary 11110000 1001001 1111011 0 1000110 110001 110 101010110 1010101 111101

Color Harmonies of #F0497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0497B

Black with #F0497B

Text Example


Text Example

White with #F0497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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