Html Css Color HEX #F08CE3 Pale Magenta

📋 copy color: '#F08CE3'

red 240 ◦ green 140 ◦ blue 227

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

Shades of Pale Magenta #F08CE3

Tints of Pale Magenta #F08CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.4%

R = 39.54%
G = 23.06%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F08CE3 (or 0xF08CE3) is known color: Pale Magenta. HEX triplet: F0, 8C and E3. RGB value is (240,140,227). Sum of RGB (Red+Green+Blue) = 240+140+227=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CE3 is #0F731C. Grayscale: #B3B3B3. Windows color (decimal): -1012509 or 14912752. OLE color: 14912752.

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

Color convert

RGB 240 140 227 -
CMYK 0 0.42 0.05 0.06
HSL 307.8º 0.77% 0.75% -
HSV(B) 307.8º 0.42% 0.94% -
XYZ 59.18 42.83 77.82 -
YUV 179.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 240 140 227 0 0.42 0.05 0.06 307.8 0.77 0.75
Hex F0 8C E3 0 2A 5 6 134 4D 4B
Octal 360 214 343 0 52 5 6 464 115 113
Binary 11110000 10001100 11100011 0 101010 101 110 100110100 1001101 1001011

Color Harmonies of #F08CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CE3

Black with #F08CE3

Text Example


Text Example

White with #F08CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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