Html Css Color HEX #F37FD3 Pale Magenta

📋 copy color: '#F37FD3'

red 243 ◦ green 127 ◦ blue 211

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

Shades of Pale Magenta #F37FD3

Tints of Pale Magenta #F37FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.32%

R = 41.82%
G = 21.86%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F37FD3 (or 0xF37FD3) is known color: Pale Magenta. HEX triplet: F3, 7F and D3. RGB value is (243,127,211). Sum of RGB (Red+Green+Blue) = 243+127+211=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FD3 is #0C802C. Grayscale: #ABABAB. Windows color (decimal): -819245 or 13860851. OLE color: 13860851.

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

Color convert

RGB 243 127 211 -
CMYK 0 0.48 0.13 0.05
HSL 316.55º 0.83% 0.73% -
HSV(B) 316.55º 0.48% 0.95% -
XYZ 56.31 38.94 66.18 -
YUV 171.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 243 127 211 0 0.48 0.13 0.05 316.55 0.83 0.73
Hex F3 7F D3 0 30 D 5 13D 53 49
Octal 363 177 323 0 60 15 5 475 123 111
Binary 11110011 1111111 11010011 0 110000 1101 101 100111101 1010011 1001001

Color Harmonies of #F37FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FD3

Black with #F37FD3

Text Example


Text Example

White with #F37FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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