Html Css Color HEX #F4537C Dark Pink

📋 copy color: '#F4537C'

red 244 ◦ green 83 ◦ blue 124

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

Shades of Dark Pink #F4537C

Tints of Dark Pink #F4537C

RGB

 RED value IS 244 (95.7% from 255) = 54.1%

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

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 54.1%
G = 18.4%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4537C (or 0xF4537C) is known color: Dark Pink. HEX triplet: F4, 53 and 7C. RGB value is (244,83,124). Sum of RGB (Red+Green+Blue) = 244+83+124=451 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.10% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 244 - color contains mainly: red. Hex color #F4537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4537C is #0BAC83. Grayscale: #878787. Windows color (decimal): -765060 or 8147956. OLE color: 8147956.

HSL color Cylindrical-coordinate representation of color #F4537C: hue angle of 344.72º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4537C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 83 124 -
CMYK 0 0.66 0.49 0.04
HSL 344.72º 0.88% 0.64% -
HSV(B) 344.72º 0.66% 0.96% -
XYZ 44.04 26.87 21.94 -
YUV 135.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 244 83 124 0 0.66 0.49 0.04 344.72 0.88 0.64
Hex F4 53 7C 0 42 31 4 159 58 40
Octal 364 123 174 0 102 61 4 531 130 100
Binary 11110100 1010011 1111100 0 1000010 110001 100 101011001 1011000 1000000

Color Harmonies of #F4537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4537C

Black with #F4537C

Text Example


Text Example

White with #F4537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4537C; }

 p { color: rgb(244,83,124); }

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

background-color css

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

 a { background-color: rgb(244,83,124); }

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

border-color css

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

 span { border-color: rgb(244,83,124); }

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