Html Css Color HEX #FB5FFA Pink Flamingo

📋 copy color: '#FB5FFA'

red 251 ◦ green 95 ◦ blue 250

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

Shades of Pink Flamingo #FB5FFA

Tints of Pink Flamingo #FB5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 15.94%

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

R = 42.11%
G = 15.94%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB5FFA (or 0xFB5FFA) is known color: Pink Flamingo. HEX triplet: FB, 5F and FA. RGB value is (251,95,250). Sum of RGB (Red+Green+Blue) = 251+95+250=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 95 (37.5% from 255 or 15.94% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FFA is #04A005. Grayscale: #9E9E9E. Windows color (decimal): -303110 or 16408571. OLE color: 16408571.

HSL color Cylindrical-coordinate representation of color #FB5FFA: 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.62%. Process color model (Four color, CMYK) of #FB5FFA is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 95 250 -
CMYK 0 0.62 0.00 0.02
HSL 300.38º 0.95% 0.68% -
HSV(B) 300.38º 0.62% 0.98% -
XYZ 61.13 35.6 94.09 -
YUV 159.31 179.18 193.4 -
System Red Green Blue C M Y K H S L
Decimal 251 95 250 0 0.62 0.00 0.02 300.38 0.95 0.68
Hex FB 5F FA 0 3E 0 2 12C 5F 44
Octal 373 137 372 0 76 0 2 454 137 104
Binary 11111011 1011111 11111010 0 111110 0 10 100101100 1011111 1000100

Color Harmonies of #FB5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5FFA

Black with #FB5FFA

Text Example


Text Example

White with #FB5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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