Html Css Color HEX #F288DC Pale Magenta

📋 copy color: '#F288DC'

red 242 ◦ green 136 ◦ blue 220

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

Shades of Pale Magenta #F288DC

Tints of Pale Magenta #F288DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.74%

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

R = 40.47%
G = 22.74%
B = 36.79%

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

#F288DC (or 0xF288DC) is known color: Pale Magenta. HEX triplet: F2, 88 and DC. RGB value is (242,136,220). Sum of RGB (Red+Green+Blue) = 242+136+220=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F288DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288DC is #0D7723. Grayscale: #B1B1B1. Windows color (decimal): -882468 or 14452978. OLE color: 14452978.

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

Color convert

RGB 242 136 220 -
CMYK 0 0.44 0.09 0.05
HSL 312.45º 0.8% 0.74% -
HSV(B) 312.45º 0.44% 0.95% -
XYZ 58.34 41.65 72.68 -
YUV 177.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 242 136 220 0 0.44 0.09 0.05 312.45 0.8 0.74
Hex F2 88 DC 0 2C 9 5 138 50 4A
Octal 362 210 334 0 54 11 5 470 120 112
Binary 11110010 10001000 11011100 0 101100 1001 101 100111000 1010000 1001010

Color Harmonies of #F288DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288DC

Black with #F288DC

Text Example


Text Example

White with #F288DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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