Html Css Color HEX #F08FDC Pale Magenta

📋 copy color: '#F08FDC'

red 240 ◦ green 143 ◦ blue 220

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

Shades of Pale Magenta #F08FDC

Tints of Pale Magenta #F08FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 39.8%
G = 23.71%
B = 36.48%

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

#F08FDC (or 0xF08FDC) is known color: Pale Magenta. HEX triplet: F0, 8F and DC. RGB value is (240,143,220). Sum of RGB (Red+Green+Blue) = 240+143+220=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FDC is #0F7023. Grayscale: #B4B4B4. Windows color (decimal): -1011748 or 14454768. OLE color: 14454768.

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

Color convert

RGB 240 143 220 -
CMYK 0 0.40 0.08 0.06
HSL 312.37º 0.76% 0.75% -
HSV(B) 312.37º 0.4% 0.94% -
XYZ 58.68 43.34 72.98 -
YUV 180.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 240 143 220 0 0.40 0.08 0.06 312.37 0.76 0.75
Hex F0 8F DC 0 28 8 6 138 4C 4B
Octal 360 217 334 0 50 10 6 470 114 113
Binary 11110000 10001111 11011100 0 101000 1000 110 100111000 1001100 1001011

Color Harmonies of #F08FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FDC

Black with #F08FDC

Text Example


Text Example

White with #F08FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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