Html Css Color HEX #FF84F7 Fuchsia Pink

📋 copy color: '#FF84F7'

red 255 ◦ green 132 ◦ blue 247

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

Shades of Fuchsia Pink #FF84F7

Tints of Fuchsia Pink #FF84F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.96%

R = 40.22%
G = 20.82%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF84F7 (or 0xFF84F7) is known color: Fuchsia Pink. HEX triplet: FF, 84 and F7. RGB value is (255,132,247). Sum of RGB (Red+Green+Blue) = 255+132+247=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 132 (51.95% from 255 or 20.82% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84F7 is #007B08. Grayscale: #B5B5B5. Windows color (decimal): -31497 or 16221439. OLE color: 16221439.

HSL color Cylindrical-coordinate representation of color #FF84F7: hue angle of 303.9º 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 #FF84F7 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 247 -
CMYK 0 0.48 0.03 0
HSL 303.9º 1% 0.76% -
HSV(B) 303.9º 0.48% 1% -
XYZ 66.28 44.48 93.09 -
YUV 181.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 255 132 247 0 0.48 0.03 0 303.9 1 0.76
Hex FF 84 F7 0 30 3 0 130 64 4C
Octal 377 204 367 0 60 3 0 460 144 114
Binary 11111111 10000100 11110111 0 110000 11 0 100110000 1100100 1001100

Color Harmonies of #FF84F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84F7

Black with #FF84F7

Text Example


Text Example

White with #FF84F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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