Html Css Color HEX #F182DC Pale Magenta

📋 copy color: '#F182DC'

red 241 ◦ green 130 ◦ blue 220

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

Shades of Pale Magenta #F182DC

Tints of Pale Magenta #F182DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 40.78%
G = 22%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F182DC (or 0xF182DC) is known color: Pale Magenta. HEX triplet: F1, 82 and DC. RGB value is (241,130,220). Sum of RGB (Red+Green+Blue) = 241+130+220=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 130 (51.17% from 255 or 22.00% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F182DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182DC is #0E7D23. Grayscale: #ADADAD. Windows color (decimal): -949540 or 14451441. OLE color: 14451441.

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

Color convert

RGB 241 130 220 -
CMYK 0 0.46 0.09 0.05
HSL 311.35º 0.8% 0.73% -
HSV(B) 311.35º 0.46% 0.95% -
XYZ 57.18 39.83 72.39 -
YUV 173.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 241 130 220 0 0.46 0.09 0.05 311.35 0.8 0.73
Hex F1 82 DC 0 2E 9 5 137 50 49
Octal 361 202 334 0 56 11 5 467 120 111
Binary 11110001 10000010 11011100 0 101110 1001 101 100110111 1010000 1001001

Color Harmonies of #F182DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F182DC

Black with #F182DC

Text Example


Text Example

White with #F182DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F182DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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