Html Css Color HEX #FF84F0 Pale Magenta

📋 copy color: '#FF84F0'

red 255 ◦ green 132 ◦ blue 240

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

Shades of Pale Magenta #FF84F0

Tints of Pale Magenta #FF84F0

RGB

 RED value IS 255 (100% from 255) = 40.67%

 GREEN value IS 132 (51.95% from 255) = 21.05%

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 40.67%
G = 21.05%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF84F0 (or 0xFF84F0) is known color: Pale Magenta. HEX triplet: FF, 84 and F0. RGB value is (255,132,240). Sum of RGB (Red+Green+Blue) = 255+132+240=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 132 (51.95% from 255 or 21.05% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84F0 is #007B0F. Grayscale: #B4B4B4. Windows color (decimal): -31504 or 15762687. OLE color: 15762687.

HSL color Cylindrical-coordinate representation of color #FF84F0: hue angle of 307.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84F0 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 240 -
CMYK 0 0.48 0.06 0
HSL 307.32º 1% 0.76% -
HSV(B) 307.32º 0.48% 1% -
XYZ 65.22 44.05 87.5 -
YUV 181.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 255 132 240 0 0.48 0.06 0 307.32 1 0.76
Hex FF 84 F0 0 30 6 0 133 64 4C
Octal 377 204 360 0 60 6 0 463 144 114
Binary 11111111 10000100 11110000 0 110000 110 0 100110011 1100100 1001100

Color Harmonies of #FF84F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84F0

Black with #FF84F0

Text Example


Text Example

White with #FF84F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84F0; }

 p { color: rgb(255,132,240); }

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

background-color css

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

 a { background-color: rgb(255,132,240); }

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

border-color css

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

 span { border-color: rgb(255,132,240); }

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