Html Css Color HEX #F08CE7 Pale Magenta

📋 copy color: '#F08CE7'

red 240 ◦ green 140 ◦ blue 231

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

Shades of Pale Magenta #F08CE7

Tints of Pale Magenta #F08CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.81%

R = 39.28%
G = 22.91%
B = 37.81%

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

#F08CE7 (or 0xF08CE7) is known color: Pale Magenta. HEX triplet: F0, 8C and E7. RGB value is (240,140,231). Sum of RGB (Red+Green+Blue) = 240+140+231=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CE7 is #0F7318. Grayscale: #B4B4B4. Windows color (decimal): -1012505 or 15174896. OLE color: 15174896.

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

Color convert

RGB 240 140 231 -
CMYK 0 0.42 0.04 0.06
HSL 305.4º 0.77% 0.75% -
HSV(B) 305.4º 0.42% 0.94% -
XYZ 59.74 43.05 80.76 -
YUV 180.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 240 140 231 0 0.42 0.04 0.06 305.4 0.77 0.75
Hex F0 8C E7 0 2A 4 6 131 4D 4B
Octal 360 214 347 0 52 4 6 461 115 113
Binary 11110000 10001100 11100111 0 101010 100 110 100110001 1001101 1001011

Color Harmonies of #F08CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CE7

Black with #F08CE7

Text Example


Text Example

White with #F08CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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