Html Css Color HEX #F391DD Pale Magenta

📋 copy color: '#F391DD'

red 243 ◦ green 145 ◦ blue 221

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

Shades of Pale Magenta #F391DD

Tints of Pale Magenta #F391DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.81%

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 39.9%
G = 23.81%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F391DD (or 0xF391DD) is known color: Pale Magenta. HEX triplet: F3, 91 and DD. RGB value is (243,145,221). Sum of RGB (Red+Green+Blue) = 243+145+221=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F391DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F391DD is #0C6E22. Grayscale: #B6B6B6. Windows color (decimal): -814627 or 14520819. OLE color: 14520819.

HSL color Cylindrical-coordinate representation of color #F391DD: hue angle of 313.47º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F391DD is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 145 221 -
CMYK 0 0.40 0.09 0.05
HSL 313.47º 0.8% 0.76% -
HSV(B) 313.47º 0.4% 0.95% -
XYZ 60.14 44.53 73.83 -
YUV 182.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 243 145 221 0 0.40 0.09 0.05 313.47 0.8 0.76
Hex F3 91 DD 0 28 9 5 139 50 4C
Octal 363 221 335 0 50 11 5 471 120 114
Binary 11110011 10010001 11011101 0 101000 1001 101 100111001 1010000 1001100

Color Harmonies of #F391DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F391DD

Black with #F391DD

Text Example


Text Example

White with #F391DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F391DD; }

 p { color: rgb(243,145,221); }

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

background-color css

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

 a { background-color: rgb(243,145,221); }

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

border-color css

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

 span { border-color: rgb(243,145,221); }

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