Html Css Color HEX #FB5EFF Pink Flamingo

📋 copy color: '#FB5EFF'

red 251 ◦ green 94 ◦ blue 255

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

Shades of Pink Flamingo #FB5EFF

Tints of Pink Flamingo #FB5EFF

RGB

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

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

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

R = 41.83%
G = 15.67%
B = 42.5%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB5EFF (or 0xFB5EFF) is known color: Pink Flamingo. HEX triplet: FB, 5E and FF. RGB value is (251,94,255). Sum of RGB (Red+Green+Blue) = 251+94+255=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 94 (37.11% from 255 or 15.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB5EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EFF is #04A100. Grayscale: #9E9E9E. Windows color (decimal): -303361 or 16735995. OLE color: 16735995.

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

Color convert

RGB 251 94 255 -
CMYK 0.02 0.63 0 0
HSL 298.51º 1% 0.68% -
HSV(B) 298.51º 0.63% 1% -
XYZ 61.84 35.73 98.25 -
YUV 159.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 251 94 255 0.02 0.63 0 0 298.51 1 0.68
Hex FB 5E FF 2 3F 0 0 12B 64 44
Octal 373 136 377 2 77 0 0 453 144 104
Binary 11111011 1011110 11111111 10 111111 0 0 100101011 1100100 1000100

Color Harmonies of #FB5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EFF

Black with #FB5EFF

Text Example


Text Example

White with #FB5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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