Html Css Color HEX #FB51FF Pink Flamingo

📋 copy color: '#FB51FF'

red 251 ◦ green 81 ◦ blue 255

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

Shades of Pink Flamingo #FB51FF

Tints of Pink Flamingo #FB51FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 13.8%

 BLUE value IS 255 (100% from 255) = 43.44%

R = 42.76%
G = 13.8%
B = 43.44%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB51FF (or 0xFB51FF) is known color: Pink Flamingo. HEX triplet: FB, 51 and FF. RGB value is (251,81,255). Sum of RGB (Red+Green+Blue) = 251+81+255=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 81 (32.03% from 255 or 13.80% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB51FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB51FF is #04AE00. Grayscale: #979797. Windows color (decimal): -306689 or 16732667. OLE color: 16732667.

HSL color Cylindrical-coordinate representation of color #FB51FF: hue angle of 298.62º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB51FF is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 251 81 255 -
CMYK 0.02 0.68 0 0
HSL 298.62º 1% 0.66% -
HSV(B) 298.62º 0.68% 1% -
XYZ 60.78 33.61 97.89 -
YUV 151.67 186.32 198.85 -
System Red Green Blue C M Y K H S L
Decimal 251 81 255 0.02 0.68 0 0 298.62 1 0.66
Hex FB 51 FF 2 44 0 0 12B 64 42
Octal 373 121 377 2 104 0 0 453 144 102
Binary 11111011 1010001 11111111 10 1000100 0 0 100101011 1100100 1000010

Color Harmonies of #FB51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB51FF

Black with #FB51FF

Text Example


Text Example

White with #FB51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB51FF; }

 p { color: rgb(251,81,255); }

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

background-color css

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

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

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

border-color css

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

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

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