Html Css Color HEX #F4537E Dark Pink

📋 copy color: '#F4537E'

red 244 ◦ green 83 ◦ blue 126

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

Shades of Dark Pink #F4537E

Tints of Dark Pink #F4537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.81%

R = 53.86%
G = 18.32%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4537E (or 0xF4537E) is known color: Dark Pink. HEX triplet: F4, 53 and 7E. RGB value is (244,83,126). Sum of RGB (Red+Green+Blue) = 244+83+126=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4537E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4537E is #0BAC81. Grayscale: #888888. Windows color (decimal): -765058 or 8279028. OLE color: 8279028.

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

Color convert

RGB 244 83 126 -
CMYK 0 0.66 0.48 0.04
HSL 343.98º 0.88% 0.64% -
HSV(B) 343.98º 0.66% 0.96% -
XYZ 44.17 26.93 22.61 -
YUV 136.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 244 83 126 0 0.66 0.48 0.04 343.98 0.88 0.64
Hex F4 53 7E 0 42 30 4 158 58 40
Octal 364 123 176 0 102 60 4 530 130 100
Binary 11110100 1010011 1111110 0 1000010 110000 100 101011000 1011000 1000000

Color Harmonies of #F4537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4537E

Black with #F4537E

Text Example


Text Example

White with #F4537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4537E; }

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

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

background-color css

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

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

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

border-color css

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

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

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