Html Css Color HEX #FB47FE Pink Flamingo

📋 copy color: '#FB47FE'

red 251 ◦ green 71 ◦ blue 254

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

Shades of Pink Flamingo #FB47FE

Tints of Pink Flamingo #FB47FE

RGB

 RED value IS 251 (98.44% from 255) = 43.58%

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

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

R = 43.58%
G = 12.33%
B = 44.1%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB47FE (or 0xFB47FE) is known color: Pink Flamingo. HEX triplet: FB, 47 and FE. RGB value is (251,71,254). Sum of RGB (Red+Green+Blue) = 251+71+254=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 71 (28.12% from 255 or 12.33% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB47FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47FE is #04B801. Grayscale: #919191. Windows color (decimal): -309250 or 16664571. OLE color: 16664571.

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

Color convert

RGB 251 71 254 -
CMYK 0.01 0.72 0 0.00
HSL 299.02º 0.99% 0.64% -
HSV(B) 299.02º 0.72% 1% -
XYZ 59.93 32.17 96.82 -
YUV 145.68 189.13 203.12 -
System Red Green Blue C M Y K H S L
Decimal 251 71 254 0.01 0.72 0 0.00 299.02 0.99 0.64
Hex FB 47 FE 1 48 0 0 12B 63 40
Octal 373 107 376 1 110 0 0 453 143 100
Binary 11111011 1000111 11111110 1 1001000 0 0 100101011 1100011 1000000

Color Harmonies of #FB47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB47FE

Black with #FB47FE

Text Example


Text Example

White with #FB47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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