Html Css Color HEX #F08CDA Pale Magenta

📋 copy color: '#F08CDA'

red 240 ◦ green 140 ◦ blue 218

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

Shades of Pale Magenta #F08CDA

Tints of Pale Magenta #F08CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.41%

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

R = 40.13%
G = 23.41%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F08CDA (or 0xF08CDA) is known color: Pale Magenta. HEX triplet: F0, 8C and DA. RGB value is (240,140,218). Sum of RGB (Red+Green+Blue) = 240+140+218=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CDA is #0F7325. Grayscale: #B2B2B2. Windows color (decimal): -1012518 or 14322928. OLE color: 14322928.

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

Color convert

RGB 240 140 218 -
CMYK 0 0.42 0.09 0.06
HSL 313.2º 0.77% 0.75% -
HSV(B) 313.2º 0.42% 0.94% -
XYZ 57.97 42.34 71.45 -
YUV 178.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 240 140 218 0 0.42 0.09 0.06 313.2 0.77 0.75
Hex F0 8C DA 0 2A 9 6 139 4D 4B
Octal 360 214 332 0 52 11 6 471 115 113
Binary 11110000 10001100 11011010 0 101010 1001 110 100111001 1001101 1001011

Color Harmonies of #F08CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CDA

Black with #F08CDA

Text Example


Text Example

White with #F08CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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