Html Css Color HEX #F37FD2 Pale Magenta

📋 copy color: '#F37FD2'

red 243 ◦ green 127 ◦ blue 210

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

Shades of Pale Magenta #F37FD2

Tints of Pale Magenta #F37FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.21%

R = 41.9%
G = 21.9%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F37FD2 (or 0xF37FD2) is known color: Pale Magenta. HEX triplet: F3, 7F and D2. RGB value is (243,127,210). Sum of RGB (Red+Green+Blue) = 243+127+210=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FD2 is #0C802D. Grayscale: #AAAAAA. Windows color (decimal): -819246 or 13795315. OLE color: 13795315.

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

Color convert

RGB 243 127 210 -
CMYK 0 0.48 0.14 0.05
HSL 317.07º 0.83% 0.73% -
HSV(B) 317.07º 0.48% 0.95% -
XYZ 56.18 38.89 65.52 -
YUV 171.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 243 127 210 0 0.48 0.14 0.05 317.07 0.83 0.73
Hex F3 7F D2 0 30 E 5 13D 53 49
Octal 363 177 322 0 60 16 5 475 123 111
Binary 11110011 1111111 11010010 0 110000 1110 101 100111101 1010011 1001001

Color Harmonies of #F37FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FD2

Black with #F37FD2

Text Example


Text Example

White with #F37FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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