Html Css Color HEX #F773FB Fuchsia Pink

📋 copy color: '#F773FB'

red 247 ◦ green 115 ◦ blue 251

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

Shades of Fuchsia Pink #F773FB

Tints of Fuchsia Pink #F773FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 40.29%
G = 18.76%
B = 40.95%

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

#F773FB (or 0xF773FB) is known color: Fuchsia Pink. HEX triplet: F7, 73 and FB. RGB value is (247,115,251). Sum of RGB (Red+Green+Blue) = 247+115+251=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 115 (45.31% from 255 or 18.76% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #F773FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773FB is #088C04. Grayscale: #A9A9A9. Windows color (decimal): -560133 or 16479223. OLE color: 16479223.

HSL color Cylindrical-coordinate representation of color #F773FB: hue angle of 298.24º degrees, saturation: 0.94, 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 #F773FB is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 115 251 -
CMYK 0.02 0.54 0 0.02
HSL 298.24º 0.94% 0.72% -
HSV(B) 298.24º 0.54% 0.98% -
XYZ 61.9 39 95.53 -
YUV 169.97 173.73 182.94 -
System Red Green Blue C M Y K H S L
Decimal 247 115 251 0.02 0.54 0 0.02 298.24 0.94 0.72
Hex F7 73 FB 2 36 0 2 12A 5E 48
Octal 367 163 373 2 66 0 2 452 136 110
Binary 11110111 1110011 11111011 10 110110 0 10 100101010 1011110 1001000

Color Harmonies of #F773FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773FB

Black with #F773FB

Text Example


Text Example

White with #F773FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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