Html Css Color HEX #F681FA Fuchsia Pink

📋 copy color: '#F681FA'

red 246 ◦ green 129 ◦ blue 250

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

Shades of Fuchsia Pink #F681FA

Tints of Fuchsia Pink #F681FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40%

R = 39.36%
G = 20.64%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F681FA (or 0xF681FA) is known color: Fuchsia Pink. HEX triplet: F6, 81 and FA. RGB value is (246,129,250). Sum of RGB (Red+Green+Blue) = 246+129+250=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 129 (50.78% from 255 or 20.64% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #F681FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F681FA is #097E05. Grayscale: #B1B1B1. Windows color (decimal): -622086 or 16417270. OLE color: 16417270.

HSL color Cylindrical-coordinate representation of color #F681FA: hue angle of 298.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681FA is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 129 250 -
CMYK 0.02 0.48 0 0.02
HSL 298.02º 0.92% 0.74% -
HSV(B) 298.02º 0.48% 0.98% -
XYZ 63.11 42.2 95.26 -
YUV 177.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 246 129 250 0.02 0.48 0 0.02 298.02 0.92 0.74
Hex F6 81 FA 2 30 0 2 12A 5C 4A
Octal 366 201 372 2 60 0 2 452 134 112
Binary 11110110 10000001 11111010 10 110000 0 10 100101010 1011100 1001010

Color Harmonies of #F681FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F681FA

Black with #F681FA

Text Example


Text Example

White with #F681FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F681FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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