Html Css Color HEX #FB5EF0 Pink Flamingo

📋 copy color: '#FB5EF0'

red 251 ◦ green 94 ◦ blue 240

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

Shades of Pink Flamingo #FB5EF0

Tints of Pink Flamingo #FB5EF0

RGB

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

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

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

R = 42.91%
G = 16.07%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB5EF0 (or 0xFB5EF0) is known color: Pink Flamingo. HEX triplet: FB, 5E and F0. RGB value is (251,94,240). Sum of RGB (Red+Green+Blue) = 251+94+240=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EF0 is #04A10F. Grayscale: #9D9D9D. Windows color (decimal): -303376 or 15752955. OLE color: 15752955.

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

Color convert

RGB 251 94 240 -
CMYK 0 0.63 0.04 0.02
HSL 304.2º 0.95% 0.68% -
HSV(B) 304.2º 0.63% 0.98% -
XYZ 59.51 34.81 86.02 -
YUV 157.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 251 94 240 0 0.63 0.04 0.02 304.2 0.95 0.68
Hex FB 5E F0 0 3F 4 2 130 5F 44
Octal 373 136 360 0 77 4 2 460 137 104
Binary 11111011 1011110 11110000 0 111111 100 10 100110000 1011111 1000100

Color Harmonies of #FB5EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EF0

Black with #FB5EF0

Text Example


Text Example

White with #FB5EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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