Html Css Color HEX #F08AD4 Pale Magenta

📋 copy color: '#F08AD4'

red 240 ◦ green 138 ◦ blue 212

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

Shades of Pale Magenta #F08AD4

Tints of Pale Magenta #F08AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.93%

R = 40.68%
G = 23.39%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F08AD4 (or 0xF08AD4) is known color: Pale Magenta. HEX triplet: F0, 8A and D4. RGB value is (240,138,212). Sum of RGB (Red+Green+Blue) = 240+138+212=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AD4 is #0F752B. Grayscale: #B0B0B0. Windows color (decimal): -1013036 or 13929200. OLE color: 13929200.

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

Color convert

RGB 240 138 212 -
CMYK 0 0.42 0.12 0.06
HSL 316.47º 0.77% 0.74% -
HSV(B) 316.47º 0.43% 0.94% -
XYZ 56.91 41.46 67.29 -
YUV 176.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 240 138 212 0 0.42 0.12 0.06 316.47 0.77 0.74
Hex F0 8A D4 0 2A C 6 13C 4D 4A
Octal 360 212 324 0 52 14 6 474 115 112
Binary 11110000 10001010 11010100 0 101010 1100 110 100111100 1001101 1001010

Color Harmonies of #F08AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08AD4

Black with #F08AD4

Text Example


Text Example

White with #F08AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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