Html Css Color HEX #F081D2 Pale Magenta

📋 copy color: '#F081D2'

red 240 ◦ green 129 ◦ blue 210

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

Shades of Pale Magenta #F081D2

Tints of Pale Magenta #F081D2

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.28%

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 41.45%
G = 22.28%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F081D2 (or 0xF081D2) is known color: Pale Magenta. HEX triplet: F0, 81 and D2. RGB value is (240,129,210). Sum of RGB (Red+Green+Blue) = 240+129+210=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D2 is #0F7E2D. Grayscale: #ABABAB. Windows color (decimal): -1015342 or 13795824. OLE color: 13795824.

HSL color Cylindrical-coordinate representation of color #F081D2: hue angle of 316.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081D2 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 210 -
CMYK 0 0.46 0.12 0.06
HSL 316.22º 0.79% 0.72% -
HSV(B) 316.22º 0.46% 0.94% -
XYZ 55.42 38.88 65.56 -
YUV 171.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 240 129 210 0 0.46 0.12 0.06 316.22 0.79 0.72
Hex F0 81 D2 0 2E C 6 13C 4F 48
Octal 360 201 322 0 56 14 6 474 117 110
Binary 11110000 10000001 11010010 0 101110 1100 110 100111100 1001111 1001000

Color Harmonies of #F081D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081D2

Black with #F081D2

Text Example


Text Example

White with #F081D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081D2; }

 p { color: rgb(240,129,210); }

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

background-color css

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

 a { background-color: rgb(240,129,210); }

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

border-color css

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

 span { border-color: rgb(240,129,210); }

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