Html Css Color HEX #F181DF Pale Magenta

📋 copy color: '#F181DF'

red 241 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #F181DF

Tints of Pale Magenta #F181DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.75%

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

R = 40.64%
G = 21.75%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F181DF (or 0xF181DF) is known color: Pale Magenta. HEX triplet: F1, 81 and DF. RGB value is (241,129,223). Sum of RGB (Red+Green+Blue) = 241+129+223=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F181DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181DF is #0E7E20. Grayscale: #ACACAC. Windows color (decimal): -949793 or 14647793. OLE color: 14647793.

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

Color convert

RGB 241 129 223 -
CMYK 0 0.46 0.07 0.05
HSL 309.64º 0.8% 0.73% -
HSV(B) 309.64º 0.46% 0.95% -
XYZ 57.45 39.73 74.45 -
YUV 173.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 241 129 223 0 0.46 0.07 0.05 309.64 0.8 0.73
Hex F1 81 DF 0 2E 7 5 136 50 49
Octal 361 201 337 0 56 7 5 466 120 111
Binary 11110001 10000001 11011111 0 101110 111 101 100110110 1010000 1001001

Color Harmonies of #F181DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181DF

Black with #F181DF

Text Example


Text Example

White with #F181DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181DF; }

 p { color: rgb(241,129,223); }

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

background-color css

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

 a { background-color: rgb(241,129,223); }

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

border-color css

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

 span { border-color: rgb(241,129,223); }

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