Html Css Color HEX #F38CE5 Pale Magenta

📋 copy color: '#F38CE5'

red 243 ◦ green 140 ◦ blue 229

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

Shades of Pale Magenta #F38CE5

Tints of Pale Magenta #F38CE5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.88%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 39.71%
G = 22.88%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F38CE5 (or 0xF38CE5) is known color: Pale Magenta. HEX triplet: F3, 8C and E5. RGB value is (243,140,229). Sum of RGB (Red+Green+Blue) = 243+140+229=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CE5 is #0C731A. Grayscale: #B4B4B4. Windows color (decimal): -815899 or 15043827. OLE color: 15043827.

HSL color Cylindrical-coordinate representation of color #F38CE5: hue angle of 308.16º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38CE5 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 140 229 -
CMYK 0 0.42 0.06 0.05
HSL 308.16º 0.81% 0.75% -
HSV(B) 308.16º 0.42% 0.95% -
XYZ 60.48 43.47 79.33 -
YUV 180.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 243 140 229 0 0.42 0.06 0.05 308.16 0.81 0.75
Hex F3 8C E5 0 2A 6 5 134 51 4B
Octal 363 214 345 0 52 6 5 464 121 113
Binary 11110011 10001100 11100101 0 101010 110 101 100110100 1010001 1001011

Color Harmonies of #F38CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38CE5

Black with #F38CE5

Text Example


Text Example

White with #F38CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38CE5; }

 p { color: rgb(243,140,229); }

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

background-color css

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

 a { background-color: rgb(243,140,229); }

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

border-color css

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

 span { border-color: rgb(243,140,229); }

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