Html Css Color HEX #F288DD Pale Magenta

📋 copy color: '#F288DD'

red 242 ◦ green 136 ◦ blue 221

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

Shades of Pale Magenta #F288DD

Tints of Pale Magenta #F288DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 40.4%
G = 22.7%
B = 36.89%

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

#F288DD (or 0xF288DD) is known color: Pale Magenta. HEX triplet: F2, 88 and DD. RGB value is (242,136,221). Sum of RGB (Red+Green+Blue) = 242+136+221=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F288DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288DD is #0D7722. Grayscale: #B1B1B1. Windows color (decimal): -882467 or 14518514. OLE color: 14518514.

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

Color convert

RGB 242 136 221 -
CMYK 0 0.44 0.09 0.05
HSL 311.89º 0.8% 0.74% -
HSV(B) 311.89º 0.44% 0.95% -
XYZ 58.47 41.71 73.37 -
YUV 177.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 242 136 221 0 0.44 0.09 0.05 311.89 0.8 0.74
Hex F2 88 DD 0 2C 9 5 138 50 4A
Octal 362 210 335 0 54 11 5 470 120 112
Binary 11110010 10001000 11011101 0 101100 1001 101 100111000 1010000 1001010

Color Harmonies of #F288DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288DD

Black with #F288DD

Text Example


Text Example

White with #F288DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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