Html Css Color HEX #FB40F9 Pink Flamingo

📋 copy color: '#FB40F9'

red 251 ◦ green 64 ◦ blue 249

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

Shades of Pink Flamingo #FB40F9

Tints of Pink Flamingo #FB40F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.35%

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 44.5%
G = 11.35%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB40F9 (or 0xFB40F9) is known color: Pink Flamingo. HEX triplet: FB, 40 and F9. RGB value is (251,64,249). Sum of RGB (Red+Green+Blue) = 251+64+249=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 64 (25.39% from 255 or 11.35% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB40F9 is #04BF06. Grayscale: #8C8C8C. Windows color (decimal): -311047 or 16335099. OLE color: 16335099.

HSL color Cylindrical-coordinate representation of color #FB40F9: hue angle of 300.64º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40F9 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 64 249 -
CMYK 0 0.75 0.01 0.02
HSL 300.64º 0.96% 0.62% -
HSV(B) 300.64º 0.75% 0.98% -
XYZ 58.72 31.02 92.51 -
YUV 141 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 251 64 249 0 0.75 0.01 0.02 300.64 0.96 0.62
Hex FB 40 F9 0 4B 1 2 12D 60 3E
Octal 373 100 371 0 113 1 2 455 140 76
Binary 11111011 1000000 11111001 0 1001011 1 10 100101101 1100000 111110

Color Harmonies of #FB40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40F9

Black with #FB40F9

Text Example


Text Example

White with #FB40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40F9; }

 p { color: rgb(251,64,249); }

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

background-color css

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

 a { background-color: rgb(251,64,249); }

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

border-color css

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

 span { border-color: rgb(251,64,249); }

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