Html Css Color HEX #FD47FA Pink Flamingo

📋 copy color: '#FD47FA'

red 253 ◦ green 71 ◦ blue 250

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

Shades of Pink Flamingo #FD47FA

Tints of Pink Flamingo #FD47FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.55%

R = 44.08%
G = 12.37%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD47FA (or 0xFD47FA) is known color: Pink Flamingo. HEX triplet: FD, 47 and FA. RGB value is (253,71,250). Sum of RGB (Red+Green+Blue) = 253+71+250=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 71 (28.12% from 255 or 12.37% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD47FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD47FA is #02B805. Grayscale: #919191. Windows color (decimal): -178182 or 16402429. OLE color: 16402429.

HSL color Cylindrical-coordinate representation of color #FD47FA: hue angle of 300.99º 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 #FD47FA is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 71 250 -
CMYK 0 0.72 0.01 0.01
HSL 300.99º 0.98% 0.64% -
HSV(B) 300.99º 0.72% 0.99% -
XYZ 60.02 32.29 93.51 -
YUV 145.82 186.8 204.45 -
System Red Green Blue C M Y K H S L
Decimal 253 71 250 0 0.72 0.01 0.01 300.99 0.98 0.64
Hex FD 47 FA 0 48 1 1 12D 62 40
Octal 375 107 372 0 110 1 1 455 142 100
Binary 11111101 1000111 11111010 0 1001000 1 1 100101101 1100010 1000000

Color Harmonies of #FD47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD47FA

Black with #FD47FA

Text Example


Text Example

White with #FD47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD47FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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