Html Css Color HEX #F37DDC Pale Magenta

📋 copy color: '#F37DDC'

red 243 ◦ green 125 ◦ blue 220

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

Shades of Pale Magenta #F37DDC

Tints of Pale Magenta #F37DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.26%

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 41.33%
G = 21.26%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F37DDC (or 0xF37DDC) is known color: Pale Magenta. HEX triplet: F3, 7D and DC. RGB value is (243,125,220). Sum of RGB (Red+Green+Blue) = 243+125+220=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DDC is #0C8223. Grayscale: #AAAAAA. Windows color (decimal): -819748 or 14450163. OLE color: 14450163.

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

Color convert

RGB 243 125 220 -
CMYK 0 0.49 0.09 0.05
HSL 311.69º 0.83% 0.72% -
HSV(B) 311.69º 0.49% 0.95% -
XYZ 57.21 38.89 72.2 -
YUV 171.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 243 125 220 0 0.49 0.09 0.05 311.69 0.83 0.72
Hex F3 7D DC 0 31 9 5 138 53 48
Octal 363 175 334 0 61 11 5 470 123 110
Binary 11110011 1111101 11011100 0 110001 1001 101 100111000 1010011 1001000

Color Harmonies of #F37DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DDC

Black with #F37DDC

Text Example


Text Example

White with #F37DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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