Html Css Color HEX #FB5AEA Pink Flamingo

📋 copy color: '#FB5AEA'

red 251 ◦ green 90 ◦ blue 234

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

Shades of Pink Flamingo #FB5AEA

Tints of Pink Flamingo #FB5AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.65%

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

R = 43.65%
G = 15.65%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB5AEA (or 0xFB5AEA) is known color: Pink Flamingo. HEX triplet: FB, 5A and EA. RGB value is (251,90,234). Sum of RGB (Red+Green+Blue) = 251+90+234=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 90 (35.55% from 255 or 15.65% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AEA is #04A515. Grayscale: #9A9A9A. Windows color (decimal): -304406 or 15358715. OLE color: 15358715.

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

Color convert

RGB 251 90 234 -
CMYK 0 0.64 0.07 0.02
HSL 306.34º 0.95% 0.67% -
HSV(B) 306.34º 0.64% 0.98% -
XYZ 58.29 33.76 81.29 -
YUV 154.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 251 90 234 0 0.64 0.07 0.02 306.34 0.95 0.67
Hex FB 5A EA 0 40 7 2 132 5F 43
Octal 373 132 352 0 100 7 2 462 137 103
Binary 11111011 1011010 11101010 0 1000000 111 10 100110010 1011111 1000011

Color Harmonies of #FB5AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5AEA

Black with #FB5AEA

Text Example


Text Example

White with #FB5AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5AEA; }

 p { color: rgb(251,90,234); }

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

background-color css

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

 a { background-color: rgb(251,90,234); }

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

border-color css

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

 span { border-color: rgb(251,90,234); }

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