Html Css Color HEX #F37DE5 Pale Magenta

📋 copy color: '#F37DE5'

red 243 ◦ green 125 ◦ blue 229

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

Shades of Pale Magenta #F37DE5

Tints of Pale Magenta #F37DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.36%

R = 40.7%
G = 20.94%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F37DE5 (or 0xF37DE5) is known color: Pale Magenta. HEX triplet: F3, 7D and E5. RGB value is (243,125,229). Sum of RGB (Red+Green+Blue) = 243+125+229=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DE5 is #0C821A. Grayscale: #ABABAB. Windows color (decimal): -819739 or 15039987. OLE color: 15039987.

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

Color convert

RGB 243 125 229 -
CMYK 0 0.49 0.06 0.05
HSL 307.12º 0.83% 0.72% -
HSV(B) 307.12º 0.49% 0.95% -
XYZ 58.44 39.38 78.65 -
YUV 172.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 243 125 229 0 0.49 0.06 0.05 307.12 0.83 0.72
Hex F3 7D E5 0 31 6 5 133 53 48
Octal 363 175 345 0 61 6 5 463 123 110
Binary 11110011 1111101 11100101 0 110001 110 101 100110011 1010011 1001000

Color Harmonies of #F37DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DE5

Black with #F37DE5

Text Example


Text Example

White with #F37DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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