Html Css Color HEX #F388E0 Pale Magenta

📋 copy color: '#F388E0'

red 243 ◦ green 136 ◦ blue 224

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

Shades of Pale Magenta #F388E0

Tints of Pale Magenta #F388E0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.55%

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 40.3%
G = 22.55%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F388E0 (or 0xF388E0) is known color: Pale Magenta. HEX triplet: F3, 88 and E0. RGB value is (243,136,224). Sum of RGB (Red+Green+Blue) = 243+136+224=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F388E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388E0 is #0C771F. Grayscale: #B1B1B1. Windows color (decimal): -816928 or 14715123. OLE color: 14715123.

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

Color convert

RGB 243 136 224 -
CMYK 0 0.44 0.08 0.05
HSL 310.65º 0.82% 0.74% -
HSV(B) 310.65º 0.44% 0.95% -
XYZ 59.22 42.04 75.52 -
YUV 178.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 243 136 224 0 0.44 0.08 0.05 310.65 0.82 0.74
Hex F3 88 E0 0 2C 8 5 137 52 4A
Octal 363 210 340 0 54 10 5 467 122 112
Binary 11110011 10001000 11100000 0 101100 1000 101 100110111 1010010 1001010

Color Harmonies of #F388E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F388E0

Black with #F388E0

Text Example


Text Example

White with #F388E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F388E0; }

 p { color: rgb(243,136,224); }

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

background-color css

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

 a { background-color: rgb(243,136,224); }

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

border-color css

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

 span { border-color: rgb(243,136,224); }

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