Html Css Color HEX #FB5EF7 Pink Flamingo

📋 copy color: '#FB5EF7'

red 251 ◦ green 94 ◦ blue 247

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

Shades of Pink Flamingo #FB5EF7

Tints of Pink Flamingo #FB5EF7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.88%

 BLUE value IS 247 (96.88% from 255) = 41.72%

R = 42.4%
G = 15.88%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FB5EF7 (or 0xFB5EF7) is known color: Pink Flamingo. HEX triplet: FB, 5E and F7. RGB value is (251,94,247). Sum of RGB (Red+Green+Blue) = 251+94+247=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 94 (37.11% from 255 or 15.88% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EF7 is #04A108. Grayscale: #9D9D9D. Windows color (decimal): -303369 or 16211707. OLE color: 16211707.

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

Color convert

RGB 251 94 247 -
CMYK 0 0.63 0.02 0.02
HSL 301.53º 0.95% 0.68% -
HSV(B) 301.53º 0.63% 0.98% -
XYZ 60.57 35.23 91.6 -
YUV 158.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 251 94 247 0 0.63 0.02 0.02 301.53 0.95 0.68
Hex FB 5E F7 0 3F 2 2 12E 5F 44
Octal 373 136 367 0 77 2 2 456 137 104
Binary 11111011 1011110 11110111 0 111111 10 10 100101110 1011111 1000100

Color Harmonies of #FB5EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EF7

Black with #FB5EF7

Text Example


Text Example

White with #FB5EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EF7; }

 p { color: rgb(251,94,247); }

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

background-color css

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

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

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

border-color css

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

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

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