Html Css Color HEX #F183DD Pale Magenta

📋 copy color: '#F183DD'

red 241 ◦ green 131 ◦ blue 221

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

Shades of Pale Magenta #F183DD

Tints of Pale Magenta #F183DD

RGB

 RED value IS 241 (94.53% from 255) = 40.64%

 GREEN value IS 131 (51.56% from 255) = 22.09%

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

R = 40.64%
G = 22.09%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F183DD (or 0xF183DD) is known color: Pale Magenta. HEX triplet: F1, 83 and DD. RGB value is (241,131,221). Sum of RGB (Red+Green+Blue) = 241+131+221=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F183DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183DD is #0E7C22. Grayscale: #ADADAD. Windows color (decimal): -949283 or 14517233. OLE color: 14517233.

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

Color convert

RGB 241 131 221 -
CMYK 0 0.46 0.08 0.05
HSL 310.91º 0.8% 0.73% -
HSV(B) 310.91º 0.46% 0.95% -
XYZ 57.44 40.15 73.13 -
YUV 174.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 241 131 221 0 0.46 0.08 0.05 310.91 0.8 0.73
Hex F1 83 DD 0 2E 8 5 137 50 49
Octal 361 203 335 0 56 10 5 467 120 111
Binary 11110001 10000011 11011101 0 101110 1000 101 100110111 1010000 1001001

Color Harmonies of #F183DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F183DD

Black with #F183DD

Text Example


Text Example

White with #F183DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F183DD; }

 p { color: rgb(241,131,221); }

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

background-color css

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

 a { background-color: rgb(241,131,221); }

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

border-color css

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

 span { border-color: rgb(241,131,221); }

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