Html Css Color HEX #F3537D Dark Pink

📋 copy color: '#F3537D'

red 243 ◦ green 83 ◦ blue 125

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

Shades of Dark Pink #F3537D

Tints of Dark Pink #F3537D

RGB

 RED value IS 243 (95.31% from 255) = 53.88%

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

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

R = 53.88%
G = 18.4%
B = 27.72%

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

#F3537D (or 0xF3537D) is known color: Dark Pink. HEX triplet: F3, 53 and 7D. RGB value is (243,83,125). Sum of RGB (Red+Green+Blue) = 243+83+125=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3537D is #0CAC82. Grayscale: #878787. Windows color (decimal): -830595 or 8213491. OLE color: 8213491.

HSL color Cylindrical-coordinate representation of color #F3537D: hue angle of 344.25º degrees, saturation: 0.87, 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 #F3537D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 83 125 -
CMYK 0 0.66 0.49 0.05
HSL 344.25º 0.87% 0.64% -
HSV(B) 344.25º 0.66% 0.95% -
XYZ 43.76 26.72 22.25 -
YUV 135.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 243 83 125 0 0.66 0.49 0.05 344.25 0.87 0.64
Hex F3 53 7D 0 42 31 5 158 57 40
Octal 363 123 175 0 102 61 5 530 127 100
Binary 11110011 1010011 1111101 0 1000010 110001 101 101011000 1010111 1000000

Color Harmonies of #F3537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3537D

Black with #F3537D

Text Example


Text Example

White with #F3537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3537D; }

 p { color: rgb(243,83,125); }

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

background-color css

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

 a { background-color: rgb(243,83,125); }

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

border-color css

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

 span { border-color: rgb(243,83,125); }

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