Html Css Color HEX #F183D6 Pale Magenta

📋 copy color: '#F183D6'

red 241 ◦ green 131 ◦ blue 214

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

Shades of Pale Magenta #F183D6

Tints of Pale Magenta #F183D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 41.13%
G = 22.35%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F183D6 (or 0xF183D6) is known color: Pale Magenta. HEX triplet: F1, 83 and D6. RGB value is (241,131,214). Sum of RGB (Red+Green+Blue) = 241+131+214=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F183D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183D6 is #0E7C29. Grayscale: #ADADAD. Windows color (decimal): -949290 or 14058481. OLE color: 14058481.

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

Color convert

RGB 241 131 214 -
CMYK 0 0.46 0.11 0.05
HSL 314.73º 0.8% 0.73% -
HSV(B) 314.73º 0.46% 0.95% -
XYZ 56.53 39.79 68.32 -
YUV 173.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 241 131 214 0 0.46 0.11 0.05 314.73 0.8 0.73
Hex F1 83 D6 0 2E B 5 13B 50 49
Octal 361 203 326 0 56 13 5 473 120 111
Binary 11110001 10000011 11010110 0 101110 1011 101 100111011 1010000 1001001

Color Harmonies of #F183D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F183D6

Black with #F183D6

Text Example


Text Example

White with #F183D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F183D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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