Html Css Color HEX #FB51F0 Pink Flamingo

📋 copy color: '#FB51F0'

red 251 ◦ green 81 ◦ blue 240

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

Shades of Pink Flamingo #FB51F0

Tints of Pink Flamingo #FB51F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.96%

R = 43.88%
G = 14.16%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB51F0 (or 0xFB51F0) is known color: Pink Flamingo. HEX triplet: FB, 51 and F0. RGB value is (251,81,240). Sum of RGB (Red+Green+Blue) = 251+81+240=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 81 (32.03% from 255 or 14.16% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB51F0 is #04AE0F. Grayscale: #959595. Windows color (decimal): -306704 or 15749627. OLE color: 15749627.

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

Color convert

RGB 251 81 240 -
CMYK 0 0.68 0.04 0.02
HSL 303.88º 0.96% 0.65% -
HSV(B) 303.88º 0.68% 0.98% -
XYZ 58.45 32.69 85.67 -
YUV 149.96 178.82 200.07 -
System Red Green Blue C M Y K H S L
Decimal 251 81 240 0 0.68 0.04 0.02 303.88 0.96 0.65
Hex FB 51 F0 0 44 4 2 130 60 41
Octal 373 121 360 0 104 4 2 460 140 101
Binary 11111011 1010001 11110000 0 1000100 100 10 100110000 1100000 1000001

Color Harmonies of #FB51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB51F0

Black with #FB51F0

Text Example


Text Example

White with #FB51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB51F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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