Html Css Color HEX #FF81F6 Fuchsia Pink

📋 copy color: '#FF81F6'

red 255 ◦ green 129 ◦ blue 246

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

Shades of Fuchsia Pink #FF81F6

Tints of Fuchsia Pink #FF81F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.05%

R = 40.48%
G = 20.48%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF81F6 (or 0xFF81F6) is known color: Fuchsia Pink. HEX triplet: FF, 81 and F6. RGB value is (255,129,246). Sum of RGB (Red+Green+Blue) = 255+129+246=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 129 (50.78% from 255 or 20.48% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81F6 is #007E09. Grayscale: #B3B3B3. Windows color (decimal): -32266 or 16155135. OLE color: 16155135.

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

Color convert

RGB 255 129 246 -
CMYK 0 0.49 0.04 0
HSL 304.29º 1% 0.75% -
HSV(B) 304.29º 0.49% 1% -
XYZ 65.72 43.61 92.14 -
YUV 180.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 255 129 246 0 0.49 0.04 0 304.29 1 0.75
Hex FF 81 F6 0 31 4 0 130 64 4B
Octal 377 201 366 0 61 4 0 460 144 113
Binary 11111111 10000001 11110110 0 110001 100 0 100110000 1100100 1001011

Color Harmonies of #FF81F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF81F6

Black with #FF81F6

Text Example


Text Example

White with #FF81F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF81F6; }

 p { color: rgb(255,129,246); }

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

background-color css

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

 a { background-color: rgb(255,129,246); }

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

border-color css

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

 span { border-color: rgb(255,129,246); }

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