Html Css Color HEX #F77DFB Fuchsia Pink

📋 copy color: '#F77DFB'

red 247 ◦ green 125 ◦ blue 251

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

Shades of Fuchsia Pink #F77DFB

Tints of Fuchsia Pink #F77DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.06%

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

R = 39.65%
G = 20.06%
B = 40.29%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F77DFB (or 0xF77DFB) is known color: Fuchsia Pink. HEX triplet: F7, 7D and FB. RGB value is (247,125,251). Sum of RGB (Red+Green+Blue) = 247+125+251=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 125 (49.22% from 255 or 20.06% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #F77DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DFB is #088204. Grayscale: #AFAFAF. Windows color (decimal): -557573 or 16481783. OLE color: 16481783.

HSL color Cylindrical-coordinate representation of color #F77DFB: hue angle of 298.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77DFB is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 125 251 -
CMYK 0.02 0.50 0 0.02
HSL 298.1º 0.94% 0.74% -
HSV(B) 298.1º 0.5% 0.98% -
XYZ 63.1 41.41 95.93 -
YUV 175.84 170.42 178.75 -
System Red Green Blue C M Y K H S L
Decimal 247 125 251 0.02 0.50 0 0.02 298.1 0.94 0.74
Hex F7 7D FB 2 32 0 2 12A 5E 4A
Octal 367 175 373 2 62 0 2 452 136 112
Binary 11110111 1111101 11111011 10 110010 0 10 100101010 1011110 1001010

Color Harmonies of #F77DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DFB

Black with #F77DFB

Text Example


Text Example

White with #F77DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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