Html Css Color HEX #F287DC Pale Magenta

📋 copy color: '#F287DC'

red 242 ◦ green 135 ◦ blue 220

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

Shades of Pale Magenta #F287DC

Tints of Pale Magenta #F287DC

RGB

 RED value IS 242 (94.92% from 255) = 40.54%

 GREEN value IS 135 (53.13% from 255) = 22.61%

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

R = 40.54%
G = 22.61%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F287DC (or 0xF287DC) is known color: Pale Magenta. HEX triplet: F2, 87 and DC. RGB value is (242,135,220). Sum of RGB (Red+Green+Blue) = 242+135+220=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F287DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287DC is #0D7823. Grayscale: #B0B0B0. Windows color (decimal): -882724 or 14452722. OLE color: 14452722.

HSL color Cylindrical-coordinate representation of color #F287DC: hue angle of 312.34º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F287DC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 135 220 -
CMYK 0 0.44 0.09 0.05
HSL 312.34º 0.8% 0.74% -
HSV(B) 312.34º 0.44% 0.95% -
XYZ 58.2 41.37 72.63 -
YUV 176.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 242 135 220 0 0.44 0.09 0.05 312.34 0.8 0.74
Hex F2 87 DC 0 2C 9 5 138 50 4A
Octal 362 207 334 0 54 11 5 470 120 112
Binary 11110010 10000111 11011100 0 101100 1001 101 100111000 1010000 1001010

Color Harmonies of #F287DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F287DC

Black with #F287DC

Text Example


Text Example

White with #F287DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F287DC; }

 p { color: rgb(242,135,220); }

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

background-color css

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

 a { background-color: rgb(242,135,220); }

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

border-color css

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

 span { border-color: rgb(242,135,220); }

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