Html Css Color HEX #F088DA Pale Magenta

📋 copy color: '#F088DA'

red 240 ◦ green 136 ◦ blue 218

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

Shades of Pale Magenta #F088DA

Tints of Pale Magenta #F088DA

RGB

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

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

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

R = 40.4%
G = 22.9%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F088DA (or 0xF088DA) is known color: Pale Magenta. HEX triplet: F0, 88 and DA. RGB value is (240,136,218). Sum of RGB (Red+Green+Blue) = 240+136+218=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F088DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088DA is #0F7725. Grayscale: #B0B0B0. Windows color (decimal): -1013542 or 14321904. OLE color: 14321904.

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

Color convert

RGB 240 136 218 -
CMYK 0 0.43 0.09 0.06
HSL 312.69º 0.78% 0.74% -
HSV(B) 312.69º 0.43% 0.94% -
XYZ 57.39 41.2 71.26 -
YUV 176.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 240 136 218 0 0.43 0.09 0.06 312.69 0.78 0.74
Hex F0 88 DA 0 2B 9 6 139 4E 4A
Octal 360 210 332 0 53 11 6 471 116 112
Binary 11110000 10001000 11011010 0 101011 1001 110 100111001 1001110 1001010

Color Harmonies of #F088DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088DA

Black with #F088DA

Text Example


Text Example

White with #F088DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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