Html Css Color HEX #F385E1 Pale Magenta

📋 copy color: '#F385E1'

red 243 ◦ green 133 ◦ blue 225

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

Shades of Pale Magenta #F385E1

Tints of Pale Magenta #F385E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 40.43%
G = 22.13%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F385E1 (or 0xF385E1) is known color: Pale Magenta. HEX triplet: F3, 85 and E1. RGB value is (243,133,225). Sum of RGB (Red+Green+Blue) = 243+133+225=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385E1 is #0C7A1E. Grayscale: #B0B0B0. Windows color (decimal): -817695 or 14779891. OLE color: 14779891.

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

Color convert

RGB 243 133 225 -
CMYK 0 0.45 0.07 0.05
HSL 309.82º 0.82% 0.74% -
HSV(B) 309.82º 0.45% 0.95% -
XYZ 58.94 41.27 76.09 -
YUV 176.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 243 133 225 0 0.45 0.07 0.05 309.82 0.82 0.74
Hex F3 85 E1 0 2D 7 5 136 52 4A
Octal 363 205 341 0 55 7 5 466 122 112
Binary 11110011 10000101 11100001 0 101101 111 101 100110110 1010010 1001010

Color Harmonies of #F385E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385E1

Black with #F385E1

Text Example


Text Example

White with #F385E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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