Html Css Color HEX #F778F9 Fuchsia Pink

📋 copy color: '#F778F9'

red 247 ◦ green 120 ◦ blue 249

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

Shades of Fuchsia Pink #F778F9

Tints of Fuchsia Pink #F778F9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.48%

 BLUE value IS 249 (97.66% from 255) = 40.42%

R = 40.1%
G = 19.48%
B = 40.42%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F778F9 (or 0xF778F9) is known color: Fuchsia Pink. HEX triplet: F7, 78 and F9. RGB value is (247,120,249). Sum of RGB (Red+Green+Blue) = 247+120+249=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 120 (47.27% from 255 or 19.48% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #F778F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F778F9 is #088706. Grayscale: #ACACAC. Windows color (decimal): -558855 or 16349431. OLE color: 16349431.

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

Color convert

RGB 247 120 249 -
CMYK 0.01 0.52 0 0.02
HSL 299.07º 0.91% 0.72% -
HSV(B) 299.07º 0.52% 0.98% -
XYZ 62.17 40.05 94.08 -
YUV 172.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 247 120 249 0.01 0.52 0 0.02 299.07 0.91 0.72
Hex F7 78 F9 1 34 0 2 12B 5B 48
Octal 367 170 371 1 64 0 2 453 133 110
Binary 11110111 1111000 11111001 1 110100 0 10 100101011 1011011 1001000

Color Harmonies of #F778F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F778F9

Black with #F778F9

Text Example


Text Example

White with #F778F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F778F9; }

 p { color: rgb(247,120,249); }

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

background-color css

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

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

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

border-color css

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

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

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