Html Css Color HEX #F183DA Pale Magenta

📋 copy color: '#F183DA'

red 241 ◦ green 131 ◦ blue 218

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

Shades of Pale Magenta #F183DA

Tints of Pale Magenta #F183DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 40.85%
G = 22.2%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F183DA (or 0xF183DA) is known color: Pale Magenta. HEX triplet: F1, 83 and DA. RGB value is (241,131,218). Sum of RGB (Red+Green+Blue) = 241+131+218=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F183DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183DA is #0E7C25. Grayscale: #ADADAD. Windows color (decimal): -949286 or 14320625. OLE color: 14320625.

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

Color convert

RGB 241 131 218 -
CMYK 0 0.46 0.10 0.05
HSL 312.55º 0.8% 0.73% -
HSV(B) 312.55º 0.46% 0.95% -
XYZ 57.05 40 71.04 -
YUV 173.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 241 131 218 0 0.46 0.10 0.05 312.55 0.8 0.73
Hex F1 83 DA 0 2E A 5 139 50 49
Octal 361 203 332 0 56 12 5 471 120 111
Binary 11110001 10000011 11011010 0 101110 1010 101 100111001 1010000 1001001

Color Harmonies of #F183DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F183DA

Black with #F183DA

Text Example


Text Example

White with #F183DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F183DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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