Html Css Color HEX #F182DA Pale Magenta

📋 copy color: '#F182DA'

red 241 ◦ green 130 ◦ blue 218

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

Shades of Pale Magenta #F182DA

Tints of Pale Magenta #F182DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.07%

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

R = 40.92%
G = 22.07%
B = 37.01%

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

#F182DA (or 0xF182DA) is known color: Pale Magenta. HEX triplet: F1, 82 and DA. RGB value is (241,130,218). Sum of RGB (Red+Green+Blue) = 241+130+218=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F182DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182DA is #0E7D25. Grayscale: #ACACAC. Windows color (decimal): -949542 or 14320369. OLE color: 14320369.

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

Color convert

RGB 241 130 218 -
CMYK 0 0.46 0.10 0.05
HSL 312.43º 0.8% 0.73% -
HSV(B) 312.43º 0.46% 0.95% -
XYZ 56.91 39.73 71 -
YUV 173.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 241 130 218 0 0.46 0.10 0.05 312.43 0.8 0.73
Hex F1 82 DA 0 2E A 5 138 50 49
Octal 361 202 332 0 56 12 5 470 120 111
Binary 11110001 10000010 11011010 0 101110 1010 101 100111000 1010000 1001001

Color Harmonies of #F182DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F182DA

Black with #F182DA

Text Example


Text Example

White with #F182DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F182DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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