Html Css Color HEX #F08ADF Pale Magenta

📋 copy color: '#F08ADF'

red 240 ◦ green 138 ◦ blue 223

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

Shades of Pale Magenta #F08ADF

Tints of Pale Magenta #F08ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.96%

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 39.93%
G = 22.96%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F08ADF (or 0xF08ADF) is known color: Pale Magenta. HEX triplet: F0, 8A and DF. RGB value is (240,138,223). Sum of RGB (Red+Green+Blue) = 240+138+223=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ADF is #0F7520. Grayscale: #B1B1B1. Windows color (decimal): -1013025 or 14650096. OLE color: 14650096.

HSL color Cylindrical-coordinate representation of color #F08ADF: hue angle of 310º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08ADF is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 138 223 -
CMYK 0 0.42 0.07 0.06
HSL 310º 0.77% 0.74% -
HSV(B) 310º 0.43% 0.94% -
XYZ 58.34 42.03 74.85 -
YUV 178.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 240 138 223 0 0.42 0.07 0.06 310 0.77 0.74
Hex F0 8A DF 0 2A 7 6 136 4D 4A
Octal 360 212 337 0 52 7 6 466 115 112
Binary 11110000 10001010 11011111 0 101010 111 110 100110110 1001101 1001010

Color Harmonies of #F08ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08ADF

Black with #F08ADF

Text Example


Text Example

White with #F08ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08ADF; }

 p { color: rgb(240,138,223); }

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

background-color css

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

 a { background-color: rgb(240,138,223); }

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

border-color css

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

 span { border-color: rgb(240,138,223); }

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