Html Css Color HEX #F087DA Pale Magenta

📋 copy color: '#F087DA'

red 240 ◦ green 135 ◦ blue 218

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

Shades of Pale Magenta #F087DA

Tints of Pale Magenta #F087DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 40.47%
G = 22.77%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F087DA (or 0xF087DA) is known color: Pale Magenta. HEX triplet: F0, 87 and DA. RGB value is (240,135,218). Sum of RGB (Red+Green+Blue) = 240+135+218=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F087DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087DA is #0F7825. Grayscale: #AFAFAF. Windows color (decimal): -1013798 or 14321648. OLE color: 14321648.

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

Color convert

RGB 240 135 218 -
CMYK 0 0.44 0.09 0.06
HSL 312.57º 0.78% 0.74% -
HSV(B) 312.57º 0.44% 0.94% -
XYZ 57.25 40.92 71.21 -
YUV 175.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 240 135 218 0 0.44 0.09 0.06 312.57 0.78 0.74
Hex F0 87 DA 0 2C 9 6 139 4E 4A
Octal 360 207 332 0 54 11 6 471 116 112
Binary 11110000 10000111 11011010 0 101100 1001 110 100111001 1001110 1001010

Color Harmonies of #F087DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087DA

Black with #F087DA

Text Example


Text Example

White with #F087DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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