Html Css Color HEX #F37DE6 Pale Magenta

📋 copy color: '#F37DE6'

red 243 ◦ green 125 ◦ blue 230

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

Shades of Pale Magenta #F37DE6

Tints of Pale Magenta #F37DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 40.64%
G = 20.9%
B = 38.46%

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

#F37DE6 (or 0xF37DE6) is known color: Pale Magenta. HEX triplet: F3, 7D and E6. RGB value is (243,125,230). Sum of RGB (Red+Green+Blue) = 243+125+230=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DE6 is #0C8219. Grayscale: #ABABAB. Windows color (decimal): -819738 or 15105523. OLE color: 15105523.

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

Color convert

RGB 243 125 230 -
CMYK 0 0.49 0.05 0.05
HSL 306.61º 0.83% 0.72% -
HSV(B) 306.61º 0.49% 0.95% -
XYZ 58.58 39.44 79.39 -
YUV 172.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 243 125 230 0 0.49 0.05 0.05 306.61 0.83 0.72
Hex F3 7D E6 0 31 5 5 133 53 48
Octal 363 175 346 0 61 5 5 463 123 110
Binary 11110011 1111101 11100110 0 110001 101 101 100110011 1010011 1001000

Color Harmonies of #F37DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DE6

Black with #F37DE6

Text Example


Text Example

White with #F37DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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