Html Css Color HEX #FD54FE Pink Flamingo

📋 copy color: '#FD54FE'

red 253 ◦ green 84 ◦ blue 254

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

Shades of Pink Flamingo #FD54FE

Tints of Pink Flamingo #FD54FE

RGB

 RED value IS 253 (99.22% from 255) = 42.81%

 GREEN value IS 84 (33.2% from 255) = 14.21%

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 42.81%
G = 14.21%
B = 42.98%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD54FE (or 0xFD54FE) is known color: Pink Flamingo. HEX triplet: FD, 54 and FE. RGB value is (253,84,254). Sum of RGB (Red+Green+Blue) = 253+84+254=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 84 (33.20% from 255 or 14.21% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD54FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD54FE is #02AB01. Grayscale: #999999. Windows color (decimal): -174850 or 16667901. OLE color: 16667901.

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

Color convert

RGB 253 84 254 -
CMYK 0.00 0.67 0 0.00
HSL 299.65º 0.99% 0.66% -
HSV(B) 299.65º 0.67% 1% -
XYZ 61.57 34.38 97.16 -
YUV 153.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 253 84 254 0.00 0.67 0 0.00 299.65 0.99 0.66
Hex FD 54 FE 0 43 0 0 12C 63 42
Octal 375 124 376 0 103 0 0 454 143 102
Binary 11111101 1010100 11111110 0 1000011 0 0 100101100 1100011 1000010

Color Harmonies of #FD54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD54FE

Black with #FD54FE

Text Example


Text Example

White with #FD54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD54FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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