Html Css Color HEX #F0537A Dark Pink

📋 copy color: '#F0537A'

red 240 ◦ green 83 ◦ blue 122

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

Shades of Dark Pink #F0537A

Tints of Dark Pink #F0537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.65%

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

R = 53.93%
G = 18.65%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0537A (or 0xF0537A) is known color: Dark Pink. HEX triplet: F0, 53 and 7A. RGB value is (240,83,122). Sum of RGB (Red+Green+Blue) = 240+83+122=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0537A is #0FAC85. Grayscale: #868686. Windows color (decimal): -1027206 or 8016880. OLE color: 8016880.

HSL color Cylindrical-coordinate representation of color #F0537A: hue angle of 345.1º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0537A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 122 -
CMYK 0 0.65 0.49 0.06
HSL 345.1º 0.84% 0.63% -
HSV(B) 345.1º 0.65% 0.94% -
XYZ 42.54 26.12 21.21 -
YUV 134.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 240 83 122 0 0.65 0.49 0.06 345.1 0.84 0.63
Hex F0 53 7A 0 41 31 6 159 54 3F
Octal 360 123 172 0 101 61 6 531 124 77
Binary 11110000 1010011 1111010 0 1000001 110001 110 101011001 1010100 111111

Color Harmonies of #F0537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0537A

Black with #F0537A

Text Example


Text Example

White with #F0537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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