Html Css Color HEX #FF7CF8 Fuchsia Pink

📋 copy color: '#FF7CF8'

red 255 ◦ green 124 ◦ blue 248

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

Shades of Fuchsia Pink #FF7CF8

Tints of Fuchsia Pink #FF7CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.55%

R = 40.67%
G = 19.78%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF7CF8 (or 0xFF7CF8) is known color: Fuchsia Pink. HEX triplet: FF, 7C and F8. RGB value is (255,124,248). Sum of RGB (Red+Green+Blue) = 255+124+248=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 124 (48.83% from 255 or 19.78% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7CF8 is #008307. Grayscale: #B0B0B0. Windows color (decimal): -33544 or 16284927. OLE color: 16284927.

HSL color Cylindrical-coordinate representation of color #FF7CF8: hue angle of 303.21º 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 #FF7CF8 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 124 248 -
CMYK 0 0.51 0.03 0
HSL 303.21º 1% 0.74% -
HSV(B) 303.21º 0.51% 1% -
XYZ 65.39 42.45 93.55 -
YUV 177.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 255 124 248 0 0.51 0.03 0 303.21 1 0.74
Hex FF 7C F8 0 33 3 0 12F 64 4A
Octal 377 174 370 0 63 3 0 457 144 112
Binary 11111111 1111100 11111000 0 110011 11 0 100101111 1100100 1001010

Color Harmonies of #FF7CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CF8

Black with #FF7CF8

Text Example


Text Example

White with #FF7CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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