Html Css Color HEX #FE7FF5 Fuchsia Pink

📋 copy color: '#FE7FF5'

red 254 ◦ green 127 ◦ blue 245

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

Shades of Fuchsia Pink #FE7FF5

Tints of Fuchsia Pink #FE7FF5

RGB

 RED value IS 254 (99.61% from 255) = 40.58%

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

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

R = 40.58%
G = 20.29%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE7FF5 (or 0xFE7FF5) is known color: Fuchsia Pink. HEX triplet: FE, 7F and F5. RGB value is (254,127,245). Sum of RGB (Red+Green+Blue) = 254+127+245=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 127 (50% from 255 or 20.29% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FF5 is #01800A. Grayscale: #B2B2B2. Windows color (decimal): -98315 or 16089086. OLE color: 16089086.

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

Color convert

RGB 254 127 245 -
CMYK 0 0.50 0.04 0.00
HSL 304.25º 0.98% 0.75% -
HSV(B) 304.25º 0.5% 1% -
XYZ 64.94 42.84 91.23 -
YUV 178.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 254 127 245 0 0.50 0.04 0.00 304.25 0.98 0.75
Hex FE 7F F5 0 32 4 0 130 62 4B
Octal 376 177 365 0 62 4 0 460 142 113
Binary 11111110 1111111 11110101 0 110010 100 0 100110000 1100010 1001011

Color Harmonies of #FE7FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FF5

Black with #FE7FF5

Text Example


Text Example

White with #FE7FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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