Html Css Color HEX #F08FDE Pale Magenta

📋 copy color: '#F08FDE'

red 240 ◦ green 143 ◦ blue 222

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

Shades of Pale Magenta #F08FDE

Tints of Pale Magenta #F08FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 39.67%
G = 23.64%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F08FDE (or 0xF08FDE) is known color: Pale Magenta. HEX triplet: F0, 8F and DE. RGB value is (240,143,222). Sum of RGB (Red+Green+Blue) = 240+143+222=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FDE is #0F7021. Grayscale: #B4B4B4. Windows color (decimal): -1011746 or 14585840. OLE color: 14585840.

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

Color convert

RGB 240 143 222 -
CMYK 0 0.40 0.08 0.06
HSL 311.13º 0.76% 0.75% -
HSV(B) 311.13º 0.4% 0.94% -
XYZ 58.94 43.44 74.39 -
YUV 181.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 240 143 222 0 0.40 0.08 0.06 311.13 0.76 0.75
Hex F0 8F DE 0 28 8 6 137 4C 4B
Octal 360 217 336 0 50 10 6 467 114 113
Binary 11110000 10001111 11011110 0 101000 1000 110 100110111 1001100 1001011

Color Harmonies of #F08FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FDE

Black with #F08FDE

Text Example


Text Example

White with #F08FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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