Html Css Color HEX #FF7FFC Fuchsia Pink

📋 copy color: '#FF7FFC'

red 255 ◦ green 127 ◦ blue 252

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

Shades of Fuchsia Pink #FF7FFC

Tints of Fuchsia Pink #FF7FFC

RGB

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

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

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

R = 40.22%
G = 20.03%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF7FFC (or 0xFF7FFC) is known color: Fuchsia Pink. HEX triplet: FF, 7F and FC. RGB value is (255,127,252). Sum of RGB (Red+Green+Blue) = 255+127+252=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 127 (50% from 255 or 20.03% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FFC is #008003. Grayscale: #B3B3B3. Windows color (decimal): -32772 or 16547839. OLE color: 16547839.

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

Color convert

RGB 255 127 252 -
CMYK 0 0.50 0.01 0
HSL 301.41º 1% 0.75% -
HSV(B) 301.41º 0.5% 1% -
XYZ 66.4 43.47 96.99 -
YUV 179.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 255 127 252 0 0.50 0.01 0 301.41 1 0.75
Hex FF 7F FC 0 32 1 0 12D 64 4B
Octal 377 177 374 0 62 1 0 455 144 113
Binary 11111111 1111111 11111100 0 110010 1 0 100101101 1100100 1001011

Color Harmonies of #FF7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FFC

Black with #FF7FFC

Text Example


Text Example

White with #FF7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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