Html Css Color HEX #FD5CFE Pink Flamingo

📋 copy color: '#FD5CFE'

red 253 ◦ green 92 ◦ blue 254

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

Shades of Pink Flamingo #FD5CFE

Tints of Pink Flamingo #FD5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.36%

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

R = 42.24%
G = 15.36%
B = 42.4%

CMYK

 C value IS 0.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD5CFE (or 0xFD5CFE) is known color: Pink Flamingo. HEX triplet: FD, 5C and FE. RGB value is (253,92,254). Sum of RGB (Red+Green+Blue) = 253+92+254=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 92 (36.33% from 255 or 15.36% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5CFE is #02A301. Grayscale: #9E9E9E. Windows color (decimal): -172802 or 16669949. OLE color: 16669949.

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

Color convert

RGB 253 92 254 -
CMYK 0.00 0.64 0 0.00
HSL 299.63º 0.99% 0.68% -
HSV(B) 299.63º 0.64% 1% -
XYZ 62.22 35.69 97.38 -
YUV 158.61 181.84 195.33 -
System Red Green Blue C M Y K H S L
Decimal 253 92 254 0.00 0.64 0 0.00 299.63 0.99 0.68
Hex FD 5C FE 0 40 0 0 12C 63 44
Octal 375 134 376 0 100 0 0 454 143 104
Binary 11111101 1011100 11111110 0 1000000 0 0 100101100 1100011 1000100

Color Harmonies of #FD5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CFE

Black with #FD5CFE

Text Example


Text Example

White with #FD5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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