Html Css Color HEX #F77CFB Fuchsia Pink

📋 copy color: '#F77CFB'

red 247 ◦ green 124 ◦ blue 251

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

Shades of Fuchsia Pink #F77CFB

Tints of Fuchsia Pink #F77CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 19.94%

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

R = 39.71%
G = 19.94%
B = 40.35%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F77CFB (or 0xF77CFB) is known color: Fuchsia Pink. HEX triplet: F7, 7C and FB. RGB value is (247,124,251). Sum of RGB (Red+Green+Blue) = 247+124+251=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 124 (48.83% from 255 or 19.94% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #F77CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CFB is #088304. Grayscale: #AEAEAE. Windows color (decimal): -557829 or 16481527. OLE color: 16481527.

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

Color convert

RGB 247 124 251 -
CMYK 0.02 0.51 0 0.02
HSL 298.11º 0.94% 0.74% -
HSV(B) 298.11º 0.51% 0.98% -
XYZ 62.98 41.15 95.89 -
YUV 175.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 247 124 251 0.02 0.51 0 0.02 298.11 0.94 0.74
Hex F7 7C FB 2 33 0 2 12A 5E 4A
Octal 367 174 373 2 63 0 2 452 136 112
Binary 11110111 1111100 11111011 10 110011 0 10 100101010 1011110 1001010

Color Harmonies of #F77CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CFB

Black with #F77CFB

Text Example


Text Example

White with #F77CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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