Html Css Color HEX #F385E9 Pale Magenta

📋 copy color: '#F385E9'

red 243 ◦ green 133 ◦ blue 233

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

Shades of Pale Magenta #F385E9

Tints of Pale Magenta #F385E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.26%

R = 39.9%
G = 21.84%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F385E9 (or 0xF385E9) is known color: Pale Magenta. HEX triplet: F3, 85 and E9. RGB value is (243,133,233). Sum of RGB (Red+Green+Blue) = 243+133+233=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385E9 is #0C7A16. Grayscale: #B1B1B1. Windows color (decimal): -817687 or 15304179. OLE color: 15304179.

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

Color convert

RGB 243 133 233 -
CMYK 0 0.45 0.04 0.05
HSL 305.45º 0.82% 0.74% -
HSV(B) 305.45º 0.45% 0.95% -
XYZ 60.06 41.71 81.98 -
YUV 177.29 159.44 174.87 -
System Red Green Blue C M Y K H S L
Decimal 243 133 233 0 0.45 0.04 0.05 305.45 0.82 0.74
Hex F3 85 E9 0 2D 4 5 131 52 4A
Octal 363 205 351 0 55 4 5 461 122 112
Binary 11110011 10000101 11101001 0 101101 100 101 100110001 1010010 1001010

Color Harmonies of #F385E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385E9

Black with #F385E9

Text Example


Text Example

White with #F385E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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