Html Css Color HEX #F77FFC Fuchsia Pink

📋 copy color: '#F77FFC'

red 247 ◦ green 127 ◦ blue 252

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

Shades of Fuchsia Pink #F77FFC

Tints of Fuchsia Pink #F77FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 20.29%

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 39.46%
G = 20.29%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F77FFC (or 0xF77FFC) is known color: Fuchsia Pink. HEX triplet: F7, 7F and FC. RGB value is (247,127,252). Sum of RGB (Red+Green+Blue) = 247+127+252=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 127 (50% from 255 or 20.29% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #F77FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FFC is #088003. Grayscale: #B0B0B0. Windows color (decimal): -557060 or 16547831. OLE color: 16547831.

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

Color convert

RGB 247 127 252 -
CMYK 0.02 0.50 0 0.01
HSL 297.6º 0.95% 0.74% -
HSV(B) 297.6º 0.5% 0.99% -
XYZ 63.52 41.98 96.85 -
YUV 177.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 247 127 252 0.02 0.50 0 0.01 297.6 0.95 0.74
Hex F7 7F FC 2 32 0 1 12A 5F 4A
Octal 367 177 374 2 62 0 1 452 137 112
Binary 11110111 1111111 11111100 10 110010 0 1 100101010 1011111 1001010

Color Harmonies of #F77FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FFC

Black with #F77FFC

Text Example


Text Example

White with #F77FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FFC; }

 p { color: rgb(247,127,252); }

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

background-color css

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

 a { background-color: rgb(247,127,252); }

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

border-color css

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

 span { border-color: rgb(247,127,252); }

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