Html Css Color HEX #F37DE7 Pale Magenta

📋 copy color: '#F37DE7'

red 243 ◦ green 125 ◦ blue 231

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

Shades of Pale Magenta #F37DE7

Tints of Pale Magenta #F37DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.56%

R = 40.57%
G = 20.87%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F37DE7 (or 0xF37DE7) is known color: Pale Magenta. HEX triplet: F3, 7D and E7. RGB value is (243,125,231). Sum of RGB (Red+Green+Blue) = 243+125+231=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DE7 is #0C8218. Grayscale: #ACACAC. Windows color (decimal): -819737 or 15171059. OLE color: 15171059.

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

Color convert

RGB 243 125 231 -
CMYK 0 0.49 0.05 0.05
HSL 306.1º 0.83% 0.72% -
HSV(B) 306.1º 0.49% 0.95% -
XYZ 58.72 39.49 80.13 -
YUV 172.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 243 125 231 0 0.49 0.05 0.05 306.1 0.83 0.72
Hex F3 7D E7 0 31 5 5 132 53 48
Octal 363 175 347 0 61 5 5 462 123 110
Binary 11110011 1111101 11100111 0 110001 101 101 100110010 1010011 1001000

Color Harmonies of #F37DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DE7

Black with #F37DE7

Text Example


Text Example

White with #F37DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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