Html Css Color HEX #F08FE0 Pale Magenta

📋 copy color: '#F08FE0'

red 240 ◦ green 143 ◦ blue 224

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

Shades of Pale Magenta #F08FE0

Tints of Pale Magenta #F08FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.9%

R = 39.54%
G = 23.56%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F08FE0 (or 0xF08FE0) is known color: Pale Magenta. HEX triplet: F0, 8F and E0. RGB value is (240,143,224). Sum of RGB (Red+Green+Blue) = 240+143+224=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FE0 is #0F701F. Grayscale: #B5B5B5. Windows color (decimal): -1011744 or 14716912. OLE color: 14716912.

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

Color convert

RGB 240 143 224 -
CMYK 0 0.40 0.07 0.06
HSL 309.9º 0.76% 0.75% -
HSV(B) 309.9º 0.4% 0.94% -
XYZ 59.21 43.55 75.81 -
YUV 181.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 240 143 224 0 0.40 0.07 0.06 309.9 0.76 0.75
Hex F0 8F E0 0 28 7 6 136 4C 4B
Octal 360 217 340 0 50 7 6 466 114 113
Binary 11110000 10001111 11100000 0 101000 111 110 100110110 1001100 1001011

Color Harmonies of #F08FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FE0

Black with #F08FE0

Text Example


Text Example

White with #F08FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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