Html Css Color HEX #F382E3 Pale Magenta

📋 copy color: '#F382E3'

red 243 ◦ green 130 ◦ blue 227

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

Shades of Pale Magenta #F382E3

Tints of Pale Magenta #F382E3

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.67%

 BLUE value IS 227 (89.06% from 255) = 37.83%

R = 40.5%
G = 21.67%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F382E3 (or 0xF382E3) is known color: Pale Magenta. HEX triplet: F3, 82 and E3. RGB value is (243,130,227). Sum of RGB (Red+Green+Blue) = 243+130+227=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F382E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382E3 is #0C7D1C. Grayscale: #AEAEAE. Windows color (decimal): -818461 or 14910195. OLE color: 14910195.

HSL color Cylindrical-coordinate representation of color #F382E3: hue angle of 308.5º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F382E3 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 130 227 -
CMYK 0 0.47 0.07 0.05
HSL 308.5º 0.82% 0.73% -
HSV(B) 308.5º 0.47% 0.95% -
XYZ 58.81 40.57 77.4 -
YUV 174.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 243 130 227 0 0.47 0.07 0.05 308.5 0.82 0.73
Hex F3 82 E3 0 2F 7 5 134 52 49
Octal 363 202 343 0 57 7 5 464 122 111
Binary 11110011 10000010 11100011 0 101111 111 101 100110100 1010010 1001001

Color Harmonies of #F382E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382E3

Black with #F382E3

Text Example


Text Example

White with #F382E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382E3; }

 p { color: rgb(243,130,227); }

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

background-color css

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

 a { background-color: rgb(243,130,227); }

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

border-color css

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

 span { border-color: rgb(243,130,227); }

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