Html Css Color HEX #FF5BEA Pink Flamingo

📋 copy color: '#FF5BEA'

red 255 ◦ green 91 ◦ blue 234

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

Shades of Pink Flamingo #FF5BEA

Tints of Pink Flamingo #FF5BEA

RGB

 RED value IS 255 (100% from 255) = 43.97%

 GREEN value IS 91 (35.94% from 255) = 15.69%

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 43.97%
G = 15.69%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF5BEA (or 0xFF5BEA) is known color: Pink Flamingo. HEX triplet: FF, 5B and EA. RGB value is (255,91,234). Sum of RGB (Red+Green+Blue) = 255+91+234=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 91 (35.94% from 255 or 15.69% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5BEA is #00A415. Grayscale: #9B9B9B. Windows color (decimal): -42006 or 15358975. OLE color: 15358975.

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

Color convert

RGB 255 91 234 -
CMYK 0 0.64 0.08 0
HSL 307.68º 1% 0.68% -
HSV(B) 307.68º 0.64% 1% -
XYZ 59.83 34.68 81.38 -
YUV 156.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 255 91 234 0 0.64 0.08 0 307.68 1 0.68
Hex FF 5B EA 0 40 8 0 134 64 44
Octal 377 133 352 0 100 10 0 464 144 104
Binary 11111111 1011011 11101010 0 1000000 1000 0 100110100 1100100 1000100

Color Harmonies of #FF5BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5BEA

Black with #FF5BEA

Text Example


Text Example

White with #FF5BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5BEA; }

 p { color: rgb(255,91,234); }

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

background-color css

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

 a { background-color: rgb(255,91,234); }

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

border-color css

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

 span { border-color: rgb(255,91,234); }

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