Html Css Color HEX #F773F7 Fuchsia Pink

📋 copy color: '#F773F7'

red 247 ◦ green 115 ◦ blue 247

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

Shades of Fuchsia Pink #F773F7

Tints of Fuchsia Pink #F773F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.56%

R = 40.56%
G = 18.88%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F773F7 (or 0xF773F7) is known color: Fuchsia Pink. HEX triplet: F7, 73 and F7. RGB value is (247,115,247). Sum of RGB (Red+Green+Blue) = 247+115+247=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 115 (45.31% from 255 or 18.88% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F773F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773F7 is #088C08. Grayscale: #A9A9A9. Windows color (decimal): -560137 or 16217079. OLE color: 16217079.

HSL color Cylindrical-coordinate representation of color #F773F7: hue angle of 300º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773F7 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 115 247 -
CMYK 0 0.53 0 0.03
HSL 300º 0.89% 0.71% -
HSV(B) 300º 0.53% 0.97% -
XYZ 61.28 38.75 92.25 -
YUV 169.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 247 115 247 0 0.53 0 0.03 300 0.89 0.71
Hex F7 73 F7 0 35 0 3 12C 59 47
Octal 367 163 367 0 65 0 3 454 131 107
Binary 11110111 1110011 11110111 0 110101 0 11 100101100 1011001 1000111

Color Harmonies of #F773F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773F7

Black with #F773F7

Text Example


Text Example

White with #F773F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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