Html Css Color HEX #F087DD Pale Magenta

📋 copy color: '#F087DD'

red 240 ◦ green 135 ◦ blue 221

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

Shades of Pale Magenta #F087DD

Tints of Pale Magenta #F087DD

RGB

 RED value IS 240 (94.14% from 255) = 40.27%

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

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

R = 40.27%
G = 22.65%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F087DD (or 0xF087DD) is known color: Pale Magenta. HEX triplet: F0, 87 and DD. RGB value is (240,135,221). Sum of RGB (Red+Green+Blue) = 240+135+221=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F087DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087DD is #0F7822. Grayscale: #AFAFAF. Windows color (decimal): -1013795 or 14518256. OLE color: 14518256.

HSL color Cylindrical-coordinate representation of color #F087DD: hue angle of 310.86º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087DD is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 135 221 -
CMYK 0 0.44 0.08 0.06
HSL 310.86º 0.78% 0.74% -
HSV(B) 310.86º 0.44% 0.94% -
XYZ 57.65 41.07 73.3 -
YUV 176.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 240 135 221 0 0.44 0.08 0.06 310.86 0.78 0.74
Hex F0 87 DD 0 2C 8 6 137 4E 4A
Octal 360 207 335 0 54 10 6 467 116 112
Binary 11110000 10000111 11011101 0 101100 1000 110 100110111 1001110 1001010

Color Harmonies of #F087DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087DD

Black with #F087DD

Text Example


Text Example

White with #F087DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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