Html Css Color HEX #F3527C Dark Pink

📋 copy color: '#F3527C'

red 243 ◦ green 82 ◦ blue 124

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

Shades of Dark Pink #F3527C

Tints of Dark Pink #F3527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.26%

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

R = 54.12%
G = 18.26%
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

#F3527C (or 0xF3527C) is known color: Dark Pink. HEX triplet: F3, 52 and 7C. RGB value is (243,82,124). Sum of RGB (Red+Green+Blue) = 243+82+124=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3527C is #0CAD83. Grayscale: #868686. Windows color (decimal): -830852 or 8147699. OLE color: 8147699.

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

Color convert

RGB 243 82 124 -
CMYK 0 0.66 0.49 0.05
HSL 344.35º 0.87% 0.64% -
HSV(B) 344.35º 0.66% 0.95% -
XYZ 43.62 26.54 21.89 -
YUV 134.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 243 82 124 0 0.66 0.49 0.05 344.35 0.87 0.64
Hex F3 52 7C 0 42 31 5 158 57 40
Octal 363 122 174 0 102 61 5 530 127 100
Binary 11110011 1010010 1111100 0 1000010 110001 101 101011000 1010111 1000000

Color Harmonies of #F3527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3527C

Black with #F3527C

Text Example


Text Example

White with #F3527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3527C; }

 p { color: rgb(243,82,124); }

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

background-color css

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

 a { background-color: rgb(243,82,124); }

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

border-color css

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

 span { border-color: rgb(243,82,124); }

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