Html Css Color HEX #FE7AFB Fuchsia Pink

📋 copy color: '#FE7AFB'

red 254 ◦ green 122 ◦ blue 251

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

Shades of Fuchsia Pink #FE7AFB

Tints of Fuchsia Pink #FE7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.46%

 BLUE value IS 251 (98.44% from 255) = 40.03%

R = 40.51%
G = 19.46%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE7AFB (or 0xFE7AFB) is known color: Fuchsia Pink. HEX triplet: FE, 7A and FB. RGB value is (254,122,251). Sum of RGB (Red+Green+Blue) = 254+122+251=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 122 (48.05% from 255 or 19.46% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7AFB is #018504. Grayscale: #AFAFAF. Windows color (decimal): -99589 or 16481022. OLE color: 16481022.

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

Color convert

RGB 254 122 251 -
CMYK 0 0.52 0.01 0.00
HSL 301.36º 0.99% 0.74% -
HSV(B) 301.36º 0.52% 1% -
XYZ 65.25 41.95 95.93 -
YUV 176.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 254 122 251 0 0.52 0.01 0.00 301.36 0.99 0.74
Hex FE 7A FB 0 34 1 0 12D 63 4A
Octal 376 172 373 0 64 1 0 455 143 112
Binary 11111110 1111010 11111011 0 110100 1 0 100101101 1100011 1001010

Color Harmonies of #FE7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7AFB

Black with #FE7AFB

Text Example


Text Example

White with #FE7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7AFB; }

 p { color: rgb(254,122,251); }

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

background-color css

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

 a { background-color: rgb(254,122,251); }

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

border-color css

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

 span { border-color: rgb(254,122,251); }

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