Html Css Color HEX #F287DD Pale Magenta

📋 copy color: '#F287DD'

red 242 ◦ green 135 ◦ blue 221

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

Shades of Pale Magenta #F287DD

Tints of Pale Magenta #F287DD

RGB

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

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

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

R = 40.47%
G = 22.58%
B = 36.96%

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

#F287DD (or 0xF287DD) is known color: Pale Magenta. HEX triplet: F2, 87 and DD. RGB value is (242,135,221). Sum of RGB (Red+Green+Blue) = 242+135+221=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F287DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287DD is #0D7822. Grayscale: #B0B0B0. Windows color (decimal): -882723 or 14518258. OLE color: 14518258.

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

Color convert

RGB 242 135 221 -
CMYK 0 0.44 0.09 0.05
HSL 311.78º 0.8% 0.74% -
HSV(B) 311.78º 0.44% 0.95% -
XYZ 58.33 41.43 73.33 -
YUV 176.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 242 135 221 0 0.44 0.09 0.05 311.78 0.8 0.74
Hex F2 87 DD 0 2C 9 5 138 50 4A
Octal 362 207 335 0 54 11 5 470 120 112
Binary 11110010 10000111 11011101 0 101100 1001 101 100111000 1010000 1001010

Color Harmonies of #F287DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F287DD

Black with #F287DD

Text Example


Text Example

White with #F287DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F287DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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