Html Css Color HEX #F183E1 Pale Magenta

📋 copy color: '#F183E1'

red 241 ◦ green 131 ◦ blue 225

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

Shades of Pale Magenta #F183E1

Tints of Pale Magenta #F183E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.69%

R = 40.37%
G = 21.94%
B = 37.69%

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

#F183E1 (or 0xF183E1) is known color: Pale Magenta. HEX triplet: F1, 83 and E1. RGB value is (241,131,225). Sum of RGB (Red+Green+Blue) = 241+131+225=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F183E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183E1 is #0E7C1E. Grayscale: #AEAEAE. Windows color (decimal): -949279 or 14779377. OLE color: 14779377.

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

Color convert

RGB 241 131 225 -
CMYK 0 0.46 0.07 0.05
HSL 308.73º 0.8% 0.73% -
HSV(B) 308.73º 0.46% 0.95% -
XYZ 57.98 40.37 75.97 -
YUV 174.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 241 131 225 0 0.46 0.07 0.05 308.73 0.8 0.73
Hex F1 83 E1 0 2E 7 5 135 50 49
Octal 361 203 341 0 56 7 5 465 120 111
Binary 11110001 10000011 11100001 0 101110 111 101 100110101 1010000 1001001

Color Harmonies of #F183E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F183E1

Black with #F183E1

Text Example


Text Example

White with #F183E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F183E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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