Html Css Color HEX #FF7CF6 Fuchsia Pink

📋 copy color: '#FF7CF6'

red 255 ◦ green 124 ◦ blue 246

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

Shades of Fuchsia Pink #FF7CF6

Tints of Fuchsia Pink #FF7CF6

RGB

 RED value IS 255 (100% from 255) = 40.8%

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

 BLUE value IS 246 (96.48% from 255) = 39.36%

R = 40.8%
G = 19.84%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF7CF6 (or 0xFF7CF6) is known color: Fuchsia Pink. HEX triplet: FF, 7C and F6. RGB value is (255,124,246). Sum of RGB (Red+Green+Blue) = 255+124+246=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 124 (48.83% from 255 or 19.84% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CF6 is #008309. Grayscale: #B0B0B0. Windows color (decimal): -33546 or 16153855. OLE color: 16153855.

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

Color convert

RGB 255 124 246 -
CMYK 0 0.51 0.04 0
HSL 304.12º 1% 0.74% -
HSV(B) 304.12º 0.51% 1% -
XYZ 65.08 42.33 91.93 -
YUV 177.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 255 124 246 0 0.51 0.04 0 304.12 1 0.74
Hex FF 7C F6 0 33 4 0 130 64 4A
Octal 377 174 366 0 63 4 0 460 144 112
Binary 11111111 1111100 11110110 0 110011 100 0 100110000 1100100 1001010

Color Harmonies of #FF7CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CF6

Black with #FF7CF6

Text Example


Text Example

White with #FF7CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CF6; }

 p { color: rgb(255,124,246); }

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

background-color css

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

 a { background-color: rgb(255,124,246); }

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

border-color css

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

 span { border-color: rgb(255,124,246); }

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