Html Css Color HEX #F37DDF Pale Magenta

📋 copy color: '#F37DDF'

red 243 ◦ green 125 ◦ blue 223

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

Shades of Pale Magenta #F37DDF

Tints of Pale Magenta #F37DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 41.12%
G = 21.15%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F37DDF (or 0xF37DDF) is known color: Pale Magenta. HEX triplet: F3, 7D and DF. RGB value is (243,125,223). Sum of RGB (Red+Green+Blue) = 243+125+223=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DDF is #0C8220. Grayscale: #ABABAB. Windows color (decimal): -819745 or 14646771. OLE color: 14646771.

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

Color convert

RGB 243 125 223 -
CMYK 0 0.49 0.08 0.05
HSL 310.17º 0.83% 0.72% -
HSV(B) 310.17º 0.49% 0.95% -
XYZ 57.62 39.05 74.31 -
YUV 171.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 243 125 223 0 0.49 0.08 0.05 310.17 0.83 0.72
Hex F3 7D DF 0 31 8 5 136 53 48
Octal 363 175 337 0 61 10 5 466 123 110
Binary 11110011 1111101 11011111 0 110001 1000 101 100110110 1010011 1001000

Color Harmonies of #F37DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DDF

Black with #F37DDF

Text Example


Text Example

White with #F37DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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