Html Css Color HEX #F37FDD Pale Magenta

📋 copy color: '#F37FDD'

red 243 ◦ green 127 ◦ blue 221

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

Shades of Pale Magenta #F37FDD

Tints of Pale Magenta #F37FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 41.12%
G = 21.49%
B = 37.39%

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

#F37FDD (or 0xF37FDD) is known color: Pale Magenta. HEX triplet: F3, 7F and DD. RGB value is (243,127,221). Sum of RGB (Red+Green+Blue) = 243+127+221=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FDD is #0C8022. Grayscale: #ACACAC. Windows color (decimal): -819235 or 14516211. OLE color: 14516211.

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

Color convert

RGB 243 127 221 -
CMYK 0 0.48 0.09 0.05
HSL 311.38º 0.83% 0.73% -
HSV(B) 311.38º 0.48% 0.95% -
XYZ 57.6 39.45 72.99 -
YUV 172.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 243 127 221 0 0.48 0.09 0.05 311.38 0.83 0.73
Hex F3 7F DD 0 30 9 5 137 53 49
Octal 363 177 335 0 60 11 5 467 123 111
Binary 11110011 1111111 11011101 0 110000 1001 101 100110111 1010011 1001001

Color Harmonies of #F37FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FDD

Black with #F37FDD

Text Example


Text Example

White with #F37FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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