Html Css Color HEX #F2537C Dark Pink

📋 copy color: '#F2537C'

red 242 ◦ green 83 ◦ blue 124

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

Shades of Dark Pink #F2537C

Tints of Dark Pink #F2537C

RGB

 RED value IS 242 (94.92% from 255) = 53.9%

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

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

R = 53.9%
G = 18.49%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2537C (or 0xF2537C) is known color: Dark Pink. HEX triplet: F2, 53 and 7C. RGB value is (242,83,124). Sum of RGB (Red+Green+Blue) = 242+83+124=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2537C is #0DAC83. Grayscale: #878787. Windows color (decimal): -896132 or 8147954. OLE color: 8147954.

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

Color convert

RGB 242 83 124 -
CMYK 0 0.66 0.49 0.05
HSL 344.53º 0.86% 0.64% -
HSV(B) 344.53º 0.66% 0.95% -
XYZ 43.35 26.52 21.9 -
YUV 135.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 242 83 124 0 0.66 0.49 0.05 344.53 0.86 0.64
Hex F2 53 7C 0 42 31 5 159 56 40
Octal 362 123 174 0 102 61 5 531 126 100
Binary 11110010 1010011 1111100 0 1000010 110001 101 101011001 1010110 1000000

Color Harmonies of #F2537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2537C

Black with #F2537C

Text Example


Text Example

White with #F2537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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