Html Css Color HEX #F08FE7 Pale Magenta

📋 copy color: '#F08FE7'

red 240 ◦ green 143 ◦ blue 231

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

Shades of Pale Magenta #F08FE7

Tints of Pale Magenta #F08FE7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.29%

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

R = 39.09%
G = 23.29%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F08FE7 (or 0xF08FE7) is known color: Pale Magenta. HEX triplet: F0, 8F and E7. RGB value is (240,143,231). Sum of RGB (Red+Green+Blue) = 240+143+231=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08FE7 is #0F7018. Grayscale: #B5B5B5. Windows color (decimal): -1011737 or 15175664. OLE color: 15175664.

HSL color Cylindrical-coordinate representation of color #F08FE7: hue angle of 305.57º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FE7 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 143 231 -
CMYK 0 0.40 0.04 0.06
HSL 305.57º 0.76% 0.75% -
HSV(B) 305.57º 0.4% 0.94% -
XYZ 60.18 43.94 80.91 -
YUV 182.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 240 143 231 0 0.40 0.04 0.06 305.57 0.76 0.75
Hex F0 8F E7 0 28 4 6 132 4C 4B
Octal 360 217 347 0 50 4 6 462 114 113
Binary 11110000 10001111 11100111 0 101000 100 110 100110010 1001100 1001011

Color Harmonies of #F08FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FE7

Black with #F08FE7

Text Example


Text Example

White with #F08FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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