Html Css Color HEX #FF47F7 Pink Flamingo

📋 copy color: '#FF47F7'

red 255 ◦ green 71 ◦ blue 247

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

Shades of Pink Flamingo #FF47F7

Tints of Pink Flamingo #FF47F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.11%

R = 44.5%
G = 12.39%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF47F7 (or 0xFF47F7) is known color: Pink Flamingo. HEX triplet: FF, 47 and F7. RGB value is (255,71,247). Sum of RGB (Red+Green+Blue) = 255+71+247=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 71 (28.12% from 255 or 12.39% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47F7 is #00B808. Grayscale: #919191. Windows color (decimal): -47113 or 16205823. OLE color: 16205823.

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

Color convert

RGB 255 71 247 -
CMYK 0 0.72 0.03 0
HSL 302.61º 1% 0.64% -
HSV(B) 302.61º 0.72% 1% -
XYZ 60.28 32.48 91.09 -
YUV 146.08 184.96 205.69 -
System Red Green Blue C M Y K H S L
Decimal 255 71 247 0 0.72 0.03 0 302.61 1 0.64
Hex FF 47 F7 0 48 3 0 12F 64 40
Octal 377 107 367 0 110 3 0 457 144 100
Binary 11111111 1000111 11110111 0 1001000 11 0 100101111 1100100 1000000

Color Harmonies of #FF47F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47F7

Black with #FF47F7

Text Example


Text Example

White with #FF47F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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