Html Css Color HEX #FF47FD Pink Flamingo

📋 copy color: '#FF47FD'

red 255 ◦ green 71 ◦ blue 253

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

Shades of Pink Flamingo #FF47FD

Tints of Pink Flamingo #FF47FD

RGB

 RED value IS 255 (100% from 255) = 44.04%

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 44.04%
G = 12.26%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF47FD (or 0xFF47FD) is known color: Pink Flamingo. HEX triplet: FF, 47 and FD. RGB value is (255,71,253). Sum of RGB (Red+Green+Blue) = 255+71+253=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 71 (28.12% from 255 or 12.26% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47FD is #00B802. Grayscale: #929292. Windows color (decimal): -47107 or 16599039. OLE color: 16599039.

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

Color convert

RGB 255 71 253 -
CMYK 0 0.72 0.01 0
HSL 300.65º 1% 0.64% -
HSV(B) 300.65º 0.72% 1% -
XYZ 61.22 32.86 96.04 -
YUV 146.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 255 71 253 0 0.72 0.01 0 300.65 1 0.64
Hex FF 47 FD 0 48 1 0 12D 64 40
Octal 377 107 375 0 110 1 0 455 144 100
Binary 11111111 1000111 11111101 0 1001000 1 0 100101101 1100100 1000000

Color Harmonies of #FF47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47FD

Black with #FF47FD

Text Example


Text Example

White with #FF47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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