Html Css Color HEX #FD47ED Pink Flamingo

📋 copy color: '#FD47ED'

red 253 ◦ green 71 ◦ blue 237

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

Shades of Pink Flamingo #FD47ED

Tints of Pink Flamingo #FD47ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 45.1%
G = 12.66%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD47ED (or 0xFD47ED) is known color: Pink Flamingo. HEX triplet: FD, 47 and ED. RGB value is (253,71,237). Sum of RGB (Red+Green+Blue) = 253+71+237=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 71 (28.12% from 255 or 12.66% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD47ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD47ED is #02B812. Grayscale: #8F8F8F. Windows color (decimal): -178195 or 15550461. OLE color: 15550461.

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

Color convert

RGB 253 71 237 -
CMYK 0 0.72 0.06 0.01
HSL 305.27º 0.98% 0.64% -
HSV(B) 305.27º 0.72% 0.99% -
XYZ 58.05 31.5 83.14 -
YUV 144.34 180.3 205.5 -
System Red Green Blue C M Y K H S L
Decimal 253 71 237 0 0.72 0.06 0.01 305.27 0.98 0.64
Hex FD 47 ED 0 48 6 1 131 62 40
Octal 375 107 355 0 110 6 1 461 142 100
Binary 11111101 1000111 11101101 0 1001000 110 1 100110001 1100010 1000000

Color Harmonies of #FD47ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD47ED

Black with #FD47ED

Text Example


Text Example

White with #FD47ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD47ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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