Html Css Color HEX #F77BFE Fuchsia Pink

📋 copy color: '#F77BFE'

red 247 ◦ green 123 ◦ blue 254

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

Shades of Fuchsia Pink #F77BFE

Tints of Fuchsia Pink #F77BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.71%

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 39.58%
G = 19.71%
B = 40.71%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F77BFE (or 0xF77BFE) is known color: Fuchsia Pink. HEX triplet: F7, 7B and FE. RGB value is (247,123,254). Sum of RGB (Red+Green+Blue) = 247+123+254=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 123 (48.44% from 255 or 19.71% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #F77BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77BFE is #088401. Grayscale: #AEAEAE. Windows color (decimal): -558082 or 16677879. OLE color: 16677879.

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

Color convert

RGB 247 123 254 -
CMYK 0.03 0.52 0 0.00
HSL 296.79º 0.98% 0.74% -
HSV(B) 296.79º 0.52% 1% -
XYZ 63.33 41.1 98.36 -
YUV 175.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 247 123 254 0.03 0.52 0 0.00 296.79 0.98 0.74
Hex F7 7B FE 3 34 0 0 129 62 4A
Octal 367 173 376 3 64 0 0 451 142 112
Binary 11110111 1111011 11111110 11 110100 0 0 100101001 1100010 1001010

Color Harmonies of #F77BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BFE

Black with #F77BFE

Text Example


Text Example

White with #F77BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BFE; }

 p { color: rgb(247,123,254); }

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

background-color css

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

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

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

border-color css

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

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

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