Html Css Color HEX #F08CE6 Pale Magenta

📋 copy color: '#F08CE6'

red 240 ◦ green 140 ◦ blue 230

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

Shades of Pale Magenta #F08CE6

Tints of Pale Magenta #F08CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 39.34%
G = 22.95%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F08CE6 (or 0xF08CE6) is known color: Pale Magenta. HEX triplet: F0, 8C and E6. RGB value is (240,140,230). Sum of RGB (Red+Green+Blue) = 240+140+230=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CE6 is #0F7319. Grayscale: #B3B3B3. Windows color (decimal): -1012506 or 15109360. OLE color: 15109360.

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

Color convert

RGB 240 140 230 -
CMYK 0 0.42 0.04 0.06
HSL 306º 0.77% 0.75% -
HSV(B) 306º 0.42% 0.94% -
XYZ 59.6 42.99 80.02 -
YUV 180.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 240 140 230 0 0.42 0.04 0.06 306 0.77 0.75
Hex F0 8C E6 0 2A 4 6 132 4D 4B
Octal 360 214 346 0 52 4 6 462 115 113
Binary 11110000 10001100 11100110 0 101010 100 110 100110010 1001101 1001011

Color Harmonies of #F08CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CE6

Black with #F08CE6

Text Example


Text Example

White with #F08CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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