Html Css Color HEX #F081D4 Pale Magenta

📋 copy color: '#F081D4'

red 240 ◦ green 129 ◦ blue 212

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

Shades of Pale Magenta #F081D4

Tints of Pale Magenta #F081D4

RGB

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

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

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

R = 41.31%
G = 22.2%
B = 36.49%

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

#F081D4 (or 0xF081D4) is known color: Pale Magenta. HEX triplet: F0, 81 and D4. RGB value is (240,129,212). Sum of RGB (Red+Green+Blue) = 240+129+212=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 129 (50.78% from 255 or 22.20% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F081D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081D4 is #0F7E2B. Grayscale: #ABABAB. Windows color (decimal): -1015340 or 13926896. OLE color: 13926896.

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

Color convert

RGB 240 129 212 -
CMYK 0 0.46 0.12 0.06
HSL 315.14º 0.79% 0.72% -
HSV(B) 315.14º 0.46% 0.94% -
XYZ 55.67 38.98 66.88 -
YUV 171.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 240 129 212 0 0.46 0.12 0.06 315.14 0.79 0.72
Hex F0 81 D4 0 2E C 6 13B 4F 48
Octal 360 201 324 0 56 14 6 473 117 110
Binary 11110000 10000001 11010100 0 101110 1100 110 100111011 1001111 1001000

Color Harmonies of #F081D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081D4

Black with #F081D4

Text Example


Text Example

White with #F081D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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