Html Css Color HEX #FF47FE Pink Flamingo

📋 copy color: '#FF47FE'

red 255 ◦ green 71 ◦ blue 254

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

Shades of Pink Flamingo #FF47FE

Tints of Pink Flamingo #FF47FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 43.97%
G = 12.24%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF47FE (or 0xFF47FE) is known color: Pink Flamingo. HEX triplet: FF, 47 and FE. RGB value is (255,71,254). Sum of RGB (Red+Green+Blue) = 255+71+254=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 71 (28.12% from 255 or 12.24% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47FE is #00B801. Grayscale: #929292. Windows color (decimal): -47106 or 16664575. OLE color: 16664575.

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

Color convert

RGB 255 71 254 -
CMYK 0 0.72 0.00 0
HSL 300.33º 1% 0.64% -
HSV(B) 300.33º 0.72% 1% -
XYZ 61.38 32.92 96.89 -
YUV 146.88 188.46 205.12 -
System Red Green Blue C M Y K H S L
Decimal 255 71 254 0 0.72 0.00 0 300.33 1 0.64
Hex FF 47 FE 0 48 0 0 12C 64 40
Octal 377 107 376 0 110 0 0 454 144 100
Binary 11111111 1000111 11111110 0 1001000 0 0 100101100 1100100 1000000

Color Harmonies of #FF47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47FE

Black with #FF47FE

Text Example


Text Example

White with #FF47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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