Html Css Color HEX #F387DF Pale Magenta

📋 copy color: '#F387DF'

red 243 ◦ green 135 ◦ blue 223

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

Shades of Pale Magenta #F387DF

Tints of Pale Magenta #F387DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.46%

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 40.43%
G = 22.46%
B = 37.1%

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

#F387DF (or 0xF387DF) is known color: Pale Magenta. HEX triplet: F3, 87 and DF. RGB value is (243,135,223). Sum of RGB (Red+Green+Blue) = 243+135+223=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 135 (53.12% from 255 or 22.46% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F387DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387DF is #0C7820. Grayscale: #B1B1B1. Windows color (decimal): -817185 or 14649331. OLE color: 14649331.

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

Color convert

RGB 243 135 223 -
CMYK 0 0.44 0.08 0.05
HSL 311.11º 0.82% 0.74% -
HSV(B) 311.11º 0.44% 0.95% -
XYZ 58.95 41.71 74.76 -
YUV 177.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 243 135 223 0 0.44 0.08 0.05 311.11 0.82 0.74
Hex F3 87 DF 0 2C 8 5 137 52 4A
Octal 363 207 337 0 54 10 5 467 122 112
Binary 11110011 10000111 11011111 0 101100 1000 101 100110111 1010010 1001010

Color Harmonies of #F387DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F387DF

Black with #F387DF

Text Example


Text Example

White with #F387DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F387DF; }

 p { color: rgb(243,135,223); }

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

background-color css

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

 a { background-color: rgb(243,135,223); }

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

border-color css

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

 span { border-color: rgb(243,135,223); }

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