Html Css Color HEX #F673FA Fuchsia Pink

📋 copy color: '#F673FA'

red 246 ◦ green 115 ◦ blue 250

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

Shades of Fuchsia Pink #F673FA

Tints of Fuchsia Pink #F673FA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 18.82%

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

R = 40.26%
G = 18.82%
B = 40.92%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F673FA (or 0xF673FA) is known color: Fuchsia Pink. HEX triplet: F6, 73 and FA. RGB value is (246,115,250). Sum of RGB (Red+Green+Blue) = 246+115+250=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 115 (45.31% from 255 or 18.82% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #F673FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F673FA is #098C05. Grayscale: #A9A9A9. Windows color (decimal): -625670 or 16413686. OLE color: 16413686.

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

Color convert

RGB 246 115 250 -
CMYK 0.02 0.54 0 0.02
HSL 298.22º 0.93% 0.72% -
HSV(B) 298.22º 0.54% 0.98% -
XYZ 61.39 38.76 94.69 -
YUV 169.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 246 115 250 0.02 0.54 0 0.02 298.22 0.93 0.72
Hex F6 73 FA 2 36 0 2 12A 5D 48
Octal 366 163 372 2 66 0 2 452 135 110
Binary 11110110 1110011 11111010 10 110110 0 10 100101010 1011101 1001000

Color Harmonies of #F673FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F673FA

Black with #F673FA

Text Example


Text Example

White with #F673FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F673FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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