Html Css Color HEX #F0497D Dark Pink

📋 copy color: '#F0497D'

red 240 ◦ green 73 ◦ blue 125

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

Shades of Dark Pink #F0497D

Tints of Dark Pink #F0497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 54.79%
G = 16.67%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0497D (or 0xF0497D) is known color: Dark Pink. HEX triplet: F0, 49 and 7D. RGB value is (240,73,125). Sum of RGB (Red+Green+Blue) = 240+73+125=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0497D is #0FB682. Grayscale: #808080. Windows color (decimal): -1029763 or 8210928. OLE color: 8210928.

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

Color convert

RGB 240 73 125 -
CMYK 0 0.70 0.48 0.06
HSL 341.32º 0.85% 0.61% -
HSV(B) 341.32º 0.7% 0.94% -
XYZ 42.02 24.77 21.97 -
YUV 128.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 240 73 125 0 0.70 0.48 0.06 341.32 0.85 0.61
Hex F0 49 7D 0 46 30 6 155 55 3D
Octal 360 111 175 0 106 60 6 525 125 75
Binary 11110000 1001001 1111101 0 1000110 110000 110 101010101 1010101 111101

Color Harmonies of #F0497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0497D

Black with #F0497D

Text Example


Text Example

White with #F0497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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