Html Css Color HEX #F384E6 Pale Magenta

📋 copy color: '#F384E6'

red 243 ◦ green 132 ◦ blue 230

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

Shades of Pale Magenta #F384E6

Tints of Pale Magenta #F384E6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.82%

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

R = 40.17%
G = 21.82%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F384E6 (or 0xF384E6) is known color: Pale Magenta. HEX triplet: F3, 84 and E6. RGB value is (243,132,230). Sum of RGB (Red+Green+Blue) = 243+132+230=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F384E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F384E6 is #0C7B19. Grayscale: #B0B0B0. Windows color (decimal): -817946 or 15107315. OLE color: 15107315.

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

Color convert

RGB 243 132 230 -
CMYK 0 0.46 0.05 0.05
HSL 307.03º 0.82% 0.74% -
HSV(B) 307.03º 0.46% 0.95% -
XYZ 59.5 41.27 79.69 -
YUV 176.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 243 132 230 0 0.46 0.05 0.05 307.03 0.82 0.74
Hex F3 84 E6 0 2E 5 5 133 52 4A
Octal 363 204 346 0 56 5 5 463 122 112
Binary 11110011 10000100 11100110 0 101110 101 101 100110011 1010010 1001010

Color Harmonies of #F384E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384E6

Black with #F384E6

Text Example


Text Example

White with #F384E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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