Html Css Color HEX #FE7BFD Fuchsia Pink

📋 copy color: '#FE7BFD'

red 254 ◦ green 123 ◦ blue 253

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

Shades of Fuchsia Pink #FE7BFD

Tints of Fuchsia Pink #FE7BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 40.32%
G = 19.52%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE7BFD (or 0xFE7BFD) is known color: Fuchsia Pink. HEX triplet: FE, 7B and FD. RGB value is (254,123,253). Sum of RGB (Red+Green+Blue) = 254+123+253=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 123 (48.44% from 255 or 19.52% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7BFD is #018402. Grayscale: #B0B0B0. Windows color (decimal): -99331 or 16612350. OLE color: 16612350.

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

Color convert

RGB 254 123 253 -
CMYK 0 0.52 0.00 0.00
HSL 300.46º 0.98% 0.74% -
HSV(B) 300.46º 0.52% 1% -
XYZ 65.69 42.33 97.64 -
YUV 176.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 254 123 253 0 0.52 0.00 0.00 300.46 0.98 0.74
Hex FE 7B FD 0 34 0 0 12C 62 4A
Octal 376 173 375 0 64 0 0 454 142 112
Binary 11111110 1111011 11111101 0 110100 0 0 100101100 1100010 1001010

Color Harmonies of #FE7BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BFD

Black with #FE7BFD

Text Example


Text Example

White with #FE7BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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