Html Css Color HEX #F681FE Fuchsia Pink

📋 copy color: '#F681FE'

red 246 ◦ green 129 ◦ blue 254

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

Shades of Fuchsia Pink #F681FE

Tints of Fuchsia Pink #F681FE

RGB

 RED value IS 246 (96.48% from 255) = 39.11%

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

 BLUE value IS 254 (99.61% from 255) = 40.38%

R = 39.11%
G = 20.51%
B = 40.38%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F681FE (or 0xF681FE) is known color: Fuchsia Pink. HEX triplet: F6, 81 and FE. RGB value is (246,129,254). Sum of RGB (Red+Green+Blue) = 246+129+254=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 129 (50.78% from 255 or 20.51% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #F681FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F681FE is #097E01. Grayscale: #B1B1B1. Windows color (decimal): -622082 or 16679414. OLE color: 16679414.

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

Color convert

RGB 246 129 254 -
CMYK 0.03 0.49 0 0.00
HSL 296.16º 0.98% 0.75% -
HSV(B) 296.16º 0.49% 1% -
XYZ 63.75 42.45 98.6 -
YUV 178.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 246 129 254 0.03 0.49 0 0.00 296.16 0.98 0.75
Hex F6 81 FE 3 31 0 0 128 62 4B
Octal 366 201 376 3 61 0 0 450 142 113
Binary 11110110 10000001 11111110 11 110001 0 0 100101000 1100010 1001011

Color Harmonies of #F681FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681FE

Black with #F681FE

Text Example


Text Example

White with #F681FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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