Html Css Color HEX #F382E6 Pale Magenta

📋 copy color: '#F382E6'

red 243 ◦ green 130 ◦ blue 230

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

Shades of Pale Magenta #F382E6

Tints of Pale Magenta #F382E6

RGB

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

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

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

R = 40.3%
G = 21.56%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F382E6 (or 0xF382E6) is known color: Pale Magenta. HEX triplet: F3, 82 and E6. RGB value is (243,130,230). Sum of RGB (Red+Green+Blue) = 243+130+230=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F382E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F382E6 is #0C7D19. Grayscale: #AEAEAE. Windows color (decimal): -818458 or 15106803. OLE color: 15106803.

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

Color convert

RGB 243 130 230 -
CMYK 0 0.47 0.05 0.05
HSL 306.9º 0.82% 0.73% -
HSV(B) 306.9º 0.47% 0.95% -
XYZ 59.23 40.73 79.6 -
YUV 175.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 243 130 230 0 0.47 0.05 0.05 306.9 0.82 0.73
Hex F3 82 E6 0 2F 5 5 133 52 49
Octal 363 202 346 0 57 5 5 463 122 111
Binary 11110011 10000010 11100110 0 101111 101 101 100110011 1010010 1001001

Color Harmonies of #F382E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382E6

Black with #F382E6

Text Example


Text Example

White with #F382E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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