Html Css Color HEX #F385E8 Pale Magenta

📋 copy color: '#F385E8'

red 243 ◦ green 133 ◦ blue 232

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

Shades of Pale Magenta #F385E8

Tints of Pale Magenta #F385E8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.88%

 BLUE value IS 232 (91.02% from 255) = 38.16%

R = 39.97%
G = 21.88%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F385E8 (or 0xF385E8) is known color: Pale Magenta. HEX triplet: F3, 85 and E8. RGB value is (243,133,232). Sum of RGB (Red+Green+Blue) = 243+133+232=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385E8 is #0C7A17. Grayscale: #B0B0B0. Windows color (decimal): -817688 or 15238643. OLE color: 15238643.

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

Color convert

RGB 243 133 232 -
CMYK 0 0.45 0.05 0.05
HSL 306º 0.82% 0.74% -
HSV(B) 306º 0.45% 0.95% -
XYZ 59.92 41.66 81.23 -
YUV 177.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 243 133 232 0 0.45 0.05 0.05 306 0.82 0.74
Hex F3 85 E8 0 2D 5 5 132 52 4A
Octal 363 205 350 0 55 5 5 462 122 112
Binary 11110011 10000101 11101000 0 101101 101 101 100110010 1010010 1001010

Color Harmonies of #F385E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385E8

Black with #F385E8

Text Example


Text Example

White with #F385E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385E8; }

 p { color: rgb(243,133,232); }

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

background-color css

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

 a { background-color: rgb(243,133,232); }

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

border-color css

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

 span { border-color: rgb(243,133,232); }

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