Html Css Color HEX #FE7BFF Fuchsia Pink

📋 copy color: '#FE7BFF'

red 254 ◦ green 123 ◦ blue 255

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

Shades of Fuchsia Pink #FE7BFF

Tints of Fuchsia Pink #FE7BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 19.46%

 BLUE value IS 255 (100% from 255) = 40.35%

R = 40.19%
G = 19.46%
B = 40.35%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE7BFF (or 0xFE7BFF) is known color: Fuchsia Pink. HEX triplet: FE, 7B and FF. RGB value is (254,123,255). Sum of RGB (Red+Green+Blue) = 254+123+255=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 123 (48.44% from 255 or 19.46% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE7BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BFF is #018400. Grayscale: #B0B0B0. Windows color (decimal): -99329 or 16743422. OLE color: 16743422.

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

Color convert

RGB 254 123 255 -
CMYK 0.00 0.52 0 0
HSL 299.55º 1% 0.74% -
HSV(B) 299.55º 0.52% 1% -
XYZ 66.01 42.46 99.32 -
YUV 177.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 254 123 255 0.00 0.52 0 0 299.55 1 0.74
Hex FE 7B FF 0 34 0 0 12C 64 4A
Octal 376 173 377 0 64 0 0 454 144 112
Binary 11111110 1111011 11111111 0 110100 0 0 100101100 1100100 1001010

Color Harmonies of #FE7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BFF

Black with #FE7BFF

Text Example


Text Example

White with #FE7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BFF; }

 p { color: rgb(254,123,255); }

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

background-color css

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

 a { background-color: rgb(254,123,255); }

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

border-color css

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

 span { border-color: rgb(254,123,255); }

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