Html Css Color HEX #FF47EF Pink Flamingo

📋 copy color: '#FF47EF'

red 255 ◦ green 71 ◦ blue 239

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

Shades of Pink Flamingo #FF47EF

Tints of Pink Flamingo #FF47EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 45.13%
G = 12.57%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF47EF (or 0xFF47EF) is known color: Pink Flamingo. HEX triplet: FF, 47 and EF. RGB value is (255,71,239). Sum of RGB (Red+Green+Blue) = 255+71+239=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 71 (28.12% from 255 or 12.57% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47EF is #00B810. Grayscale: #909090. Windows color (decimal): -47121 or 15681535. OLE color: 15681535.

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

Color convert

RGB 255 71 239 -
CMYK 0 0.72 0.06 0
HSL 305.22º 1% 0.64% -
HSV(B) 305.22º 0.72% 1% -
XYZ 59.07 32 84.72 -
YUV 145.17 180.96 206.34 -
System Red Green Blue C M Y K H S L
Decimal 255 71 239 0 0.72 0.06 0 305.22 1 0.64
Hex FF 47 EF 0 48 6 0 131 64 40
Octal 377 107 357 0 110 6 0 461 144 100
Binary 11111111 1000111 11101111 0 1001000 110 0 100110001 1100100 1000000

Color Harmonies of #FF47EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47EF

Black with #FF47EF

Text Example


Text Example

White with #FF47EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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