Html Css Color HEX #FB47FB Pink Flamingo

📋 copy color: '#FB47FB'

red 251 ◦ green 71 ◦ blue 251

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

Shades of Pink Flamingo #FB47FB

Tints of Pink Flamingo #FB47FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 43.8%
G = 12.39%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FB47FB (or 0xFB47FB) is known color: Pink Flamingo. HEX triplet: FB, 47 and FB. RGB value is (251,71,251). Sum of RGB (Red+Green+Blue) = 251+71+251=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 71 (28.12% from 255 or 12.39% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FB47FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47FB is #04B804. Grayscale: #909090. Windows color (decimal): -309253 or 16467963. OLE color: 16467963.

HSL color Cylindrical-coordinate representation of color #FB47FB: hue angle of 300º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB47FB is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 71 251 -
CMYK 0 0.72 0 0.02
HSL 300º 0.96% 0.63% -
HSV(B) 300º 0.72% 0.98% -
XYZ 59.45 31.98 94.31 -
YUV 145.34 187.63 203.36 -
System Red Green Blue C M Y K H S L
Decimal 251 71 251 0 0.72 0 0.02 300 0.96 0.63
Hex FB 47 FB 0 48 0 2 12C 60 3F
Octal 373 107 373 0 110 0 2 454 140 77
Binary 11111011 1000111 11111011 0 1001000 0 10 100101100 1100000 111111

Color Harmonies of #FB47FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB47FB

Black with #FB47FB

Text Example


Text Example

White with #FB47FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB47FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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