Html Css Color HEX #F37FDC Pale Magenta

📋 copy color: '#F37FDC'

red 243 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #F37FDC

Tints of Pale Magenta #F37FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.53%

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

R = 41.19%
G = 21.53%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F37FDC (or 0xF37FDC) is known color: Pale Magenta. HEX triplet: F3, 7F and DC. RGB value is (243,127,220). Sum of RGB (Red+Green+Blue) = 243+127+220=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FDC is #0C8023. Grayscale: #ACACAC. Windows color (decimal): -819236 or 14450675. OLE color: 14450675.

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

Color convert

RGB 243 127 220 -
CMYK 0 0.48 0.09 0.05
HSL 311.9º 0.83% 0.73% -
HSV(B) 311.9º 0.48% 0.95% -
XYZ 57.47 39.4 72.29 -
YUV 172.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 243 127 220 0 0.48 0.09 0.05 311.9 0.83 0.73
Hex F3 7F DC 0 30 9 5 138 53 49
Octal 363 177 334 0 60 11 5 470 123 111
Binary 11110011 1111111 11011100 0 110000 1001 101 100111000 1010011 1001001

Color Harmonies of #F37FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FDC

Black with #F37FDC

Text Example


Text Example

White with #F37FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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