Html Css Color HEX #F37FE1 Pale Magenta

📋 copy color: '#F37FE1'

red 243 ◦ green 127 ◦ blue 225

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

Shades of Pale Magenta #F37FE1

Tints of Pale Magenta #F37FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 40.84%
G = 21.34%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F37FE1 (or 0xF37FE1) is known color: Pale Magenta. HEX triplet: F3, 7F and E1. RGB value is (243,127,225). Sum of RGB (Red+Green+Blue) = 243+127+225=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FE1 is #0C801E. Grayscale: #ACACAC. Windows color (decimal): -819231 or 14778355. OLE color: 14778355.

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

Color convert

RGB 243 127 225 -
CMYK 0 0.48 0.07 0.05
HSL 309.31º 0.83% 0.73% -
HSV(B) 309.31º 0.48% 0.95% -
XYZ 58.14 39.67 75.83 -
YUV 172.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 243 127 225 0 0.48 0.07 0.05 309.31 0.83 0.73
Hex F3 7F E1 0 30 7 5 135 53 49
Octal 363 177 341 0 60 7 5 465 123 111
Binary 11110011 1111111 11100001 0 110000 111 101 100110101 1010011 1001001

Color Harmonies of #F37FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FE1

Black with #F37FE1

Text Example


Text Example

White with #F37FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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