Html Css Color HEX #F77CFD Fuchsia Pink

📋 copy color: '#F77CFD'

red 247 ◦ green 124 ◦ blue 253

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

Shades of Fuchsia Pink #F77CFD

Tints of Fuchsia Pink #F77CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 39.58%
G = 19.87%
B = 40.54%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F77CFD (or 0xF77CFD) is known color: Fuchsia Pink. HEX triplet: F7, 7C and FD. RGB value is (247,124,253). Sum of RGB (Red+Green+Blue) = 247+124+253=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 124 (48.83% from 255 or 19.87% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #F77CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CFD is #088302. Grayscale: #AFAFAF. Windows color (decimal): -557827 or 16612599. OLE color: 16612599.

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

Color convert

RGB 247 124 253 -
CMYK 0.02 0.51 0 0.01
HSL 297.21º 0.97% 0.74% -
HSV(B) 297.21º 0.51% 0.99% -
XYZ 63.3 41.28 97.56 -
YUV 175.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 247 124 253 0.02 0.51 0 0.01 297.21 0.97 0.74
Hex F7 7C FD 2 33 0 1 129 61 4A
Octal 367 174 375 2 63 0 1 451 141 112
Binary 11110111 1111100 11111101 10 110011 0 1 100101001 1100001 1001010

Color Harmonies of #F77CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CFD

Black with #F77CFD

Text Example


Text Example

White with #F77CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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