Html Css Color HEX #FB5EFA Pink Flamingo

📋 copy color: '#FB5EFA'

red 251 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #FB5EFA

Tints of Pink Flamingo #FB5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 42.18%
G = 15.8%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB5EFA (or 0xFB5EFA) is known color: Pink Flamingo. HEX triplet: FB, 5E and FA. RGB value is (251,94,250). Sum of RGB (Red+Green+Blue) = 251+94+250=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 94 (37.11% from 255 or 15.80% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EFA is #04A105. Grayscale: #9E9E9E. Windows color (decimal): -303366 or 16408315. OLE color: 16408315.

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

Color convert

RGB 251 94 250 -
CMYK 0 0.63 0.00 0.02
HSL 300.38º 0.95% 0.68% -
HSV(B) 300.38º 0.63% 0.98% -
XYZ 61.04 35.42 94.06 -
YUV 158.73 179.51 193.82 -
System Red Green Blue C M Y K H S L
Decimal 251 94 250 0 0.63 0.00 0.02 300.38 0.95 0.68
Hex FB 5E FA 0 3F 0 2 12C 5F 44
Octal 373 136 372 0 77 0 2 454 137 104
Binary 11111011 1011110 11111010 0 111111 0 10 100101100 1011111 1000100

Color Harmonies of #FB5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EFA

Black with #FB5EFA

Text Example


Text Example

White with #FB5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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