Html Css Color HEX #FD47FE Pink Flamingo

📋 copy color: '#FD47FE'

red 253 ◦ green 71 ◦ blue 254

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

Shades of Pink Flamingo #FD47FE

Tints of Pink Flamingo #FD47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.28%

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

R = 43.77%
G = 12.28%
B = 43.94%

CMYK

 C value IS 0.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD47FE (or 0xFD47FE) is known color: Pink Flamingo. HEX triplet: FD, 47 and FE. RGB value is (253,71,254). Sum of RGB (Red+Green+Blue) = 253+71+254=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 71 (28.12% from 255 or 12.28% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD47FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD47FE is #02B801. Grayscale: #919191. Windows color (decimal): -178178 or 16664573. OLE color: 16664573.

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

Color convert

RGB 253 71 254 -
CMYK 0.00 0.72 0 0.00
HSL 299.67º 0.99% 0.64% -
HSV(B) 299.67º 0.72% 1% -
XYZ 60.65 32.54 96.85 -
YUV 146.28 188.8 204.12 -
System Red Green Blue C M Y K H S L
Decimal 253 71 254 0.00 0.72 0 0.00 299.67 0.99 0.64
Hex FD 47 FE 0 48 0 0 12C 63 40
Octal 375 107 376 0 110 0 0 454 143 100
Binary 11111101 1000111 11111110 0 1001000 0 0 100101100 1100011 1000000

Color Harmonies of #FD47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD47FE

Black with #FD47FE

Text Example


Text Example

White with #FD47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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