Html Css Color HEX #FF7FF5 Fuchsia Pink

📋 copy color: '#FF7FF5'

red 255 ◦ green 127 ◦ blue 245

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

Shades of Fuchsia Pink #FF7FF5

Tints of Fuchsia Pink #FF7FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.07%

R = 40.67%
G = 20.26%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF7FF5 (or 0xFF7FF5) is known color: Fuchsia Pink. HEX triplet: FF, 7F and F5. RGB value is (255,127,245). Sum of RGB (Red+Green+Blue) = 255+127+245=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 127 (50% from 255 or 20.26% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FF5 is #00800A. Grayscale: #B2B2B2. Windows color (decimal): -32779 or 16089087. OLE color: 16089087.

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

Color convert

RGB 255 127 245 -
CMYK 0 0.50 0.04 0
HSL 304.69º 1% 0.75% -
HSV(B) 304.69º 0.5% 1% -
XYZ 65.31 43.03 91.25 -
YUV 178.72 165.41 182.41 -
System Red Green Blue C M Y K H S L
Decimal 255 127 245 0 0.50 0.04 0 304.69 1 0.75
Hex FF 7F F5 0 32 4 0 131 64 4B
Octal 377 177 365 0 62 4 0 461 144 113
Binary 11111111 1111111 11110101 0 110010 100 0 100110001 1100100 1001011

Color Harmonies of #FF7FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FF5

Black with #FF7FF5

Text Example


Text Example

White with #FF7FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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