Html Css Color HEX #F773FF Fuchsia Pink

📋 copy color: '#F773FF'

red 247 ◦ green 115 ◦ blue 255

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

Shades of Fuchsia Pink #F773FF

Tints of Fuchsia Pink #F773FF

RGB

 RED value IS 247 (96.88% from 255) = 40.03%

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

 BLUE value IS 255 (100% from 255) = 41.33%

R = 40.03%
G = 18.64%
B = 41.33%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F773FF (or 0xF773FF) is known color: Fuchsia Pink. HEX triplet: F7, 73 and FF. RGB value is (247,115,255). Sum of RGB (Red+Green+Blue) = 247+115+255=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 115 (45.31% from 255 or 18.64% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #F773FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773FF is #088C00. Grayscale: #AAAAAA. Windows color (decimal): -560129 or 16741367. OLE color: 16741367.

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

Color convert

RGB 247 115 255 -
CMYK 0.03 0.55 0 0
HSL 296.57º 1% 0.73% -
HSV(B) 296.57º 0.55% 1% -
XYZ 62.54 39.26 98.89 -
YUV 170.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 247 115 255 0.03 0.55 0 0 296.57 1 0.73
Hex F7 73 FF 3 37 0 0 129 64 49
Octal 367 163 377 3 67 0 0 451 144 111
Binary 11110111 1110011 11111111 11 110111 0 0 100101001 1100100 1001001

Color Harmonies of #F773FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773FF

Black with #F773FF

Text Example


Text Example

White with #F773FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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