Html Css Color HEX #F08FDA Pale Magenta

📋 copy color: '#F08FDA'

red 240 ◦ green 143 ◦ blue 218

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

Shades of Pale Magenta #F08FDA

Tints of Pale Magenta #F08FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 39.93%
G = 23.79%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F08FDA (or 0xF08FDA) is known color: Pale Magenta. HEX triplet: F0, 8F and DA. RGB value is (240,143,218). Sum of RGB (Red+Green+Blue) = 240+143+218=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FDA is #0F7025. Grayscale: #B4B4B4. Windows color (decimal): -1011750 or 14323696. OLE color: 14323696.

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

Color convert

RGB 240 143 218 -
CMYK 0 0.40 0.09 0.06
HSL 313.61º 0.76% 0.75% -
HSV(B) 313.61º 0.4% 0.94% -
XYZ 58.41 43.23 71.6 -
YUV 180.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 240 143 218 0 0.40 0.09 0.06 313.61 0.76 0.75
Hex F0 8F DA 0 28 9 6 13A 4C 4B
Octal 360 217 332 0 50 11 6 472 114 113
Binary 11110000 10001111 11011010 0 101000 1001 110 100111010 1001100 1001011

Color Harmonies of #F08FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08FDA

Black with #F08FDA

Text Example


Text Example

White with #F08FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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