Html Css Color HEX #FB47FA Pink Flamingo

📋 copy color: '#FB47FA'

red 251 ◦ green 71 ◦ blue 250

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

Shades of Pink Flamingo #FB47FA

Tints of Pink Flamingo #FB47FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 43.88%
G = 12.41%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB47FA (or 0xFB47FA) is known color: Pink Flamingo. HEX triplet: FB, 47 and FA. RGB value is (251,71,250). Sum of RGB (Red+Green+Blue) = 251+71+250=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 71 (28.12% from 255 or 12.41% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47FA is #04B805. Grayscale: #909090. Windows color (decimal): -309254 or 16402427. OLE color: 16402427.

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

Color convert

RGB 251 71 250 -
CMYK 0 0.72 0.00 0.02
HSL 300.33º 0.96% 0.63% -
HSV(B) 300.33º 0.72% 0.98% -
XYZ 59.29 31.92 93.48 -
YUV 145.23 187.13 203.45 -
System Red Green Blue C M Y K H S L
Decimal 251 71 250 0 0.72 0.00 0.02 300.33 0.96 0.63
Hex FB 47 FA 0 48 0 2 12C 60 3F
Octal 373 107 372 0 110 0 2 454 140 77
Binary 11111011 1000111 11111010 0 1001000 0 10 100101100 1100000 111111

Color Harmonies of #FB47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB47FA

Black with #FB47FA

Text Example


Text Example

White with #FB47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB47FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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