Html Css Color HEX #F082D2 Pale Magenta

📋 copy color: '#F082D2'

red 240 ◦ green 130 ◦ blue 210

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

Shades of Pale Magenta #F082D2

Tints of Pale Magenta #F082D2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.41%

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

R = 41.38%
G = 22.41%
B = 36.21%

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

#F082D2 (or 0xF082D2) is known color: Pale Magenta. HEX triplet: F0, 82 and D2. RGB value is (240,130,210). Sum of RGB (Red+Green+Blue) = 240+130+210=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F082D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082D2 is #0F7D2D. Grayscale: #ABABAB. Windows color (decimal): -1015086 or 13796080. OLE color: 13796080.

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

Color convert

RGB 240 130 210 -
CMYK 0 0.46 0.12 0.06
HSL 316.36º 0.79% 0.73% -
HSV(B) 316.36º 0.46% 0.94% -
XYZ 55.55 39.14 65.6 -
YUV 172.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 240 130 210 0 0.46 0.12 0.06 316.36 0.79 0.73
Hex F0 82 D2 0 2E C 6 13C 4F 49
Octal 360 202 322 0 56 14 6 474 117 111
Binary 11110000 10000010 11010010 0 101110 1100 110 100111100 1001111 1001001

Color Harmonies of #F082D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082D2

Black with #F082D2

Text Example


Text Example

White with #F082D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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