Html Css Color HEX #FB40F8 Pink Flamingo

📋 copy color: '#FB40F8'

red 251 ◦ green 64 ◦ blue 248

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

Shades of Pink Flamingo #FB40F8

Tints of Pink Flamingo #FB40F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.05%

R = 44.58%
G = 11.37%
B = 44.05%

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

#FB40F8 (or 0xFB40F8) is known color: Pink Flamingo. HEX triplet: FB, 40 and F8. RGB value is (251,64,248). Sum of RGB (Red+Green+Blue) = 251+64+248=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 64 (25.39% from 255 or 11.37% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB40F8 is #04BF07. Grayscale: #8C8C8C. Windows color (decimal): -311048 or 16269563. OLE color: 16269563.

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

Color convert

RGB 251 64 248 -
CMYK 0 0.75 0.01 0.02
HSL 300.96º 0.96% 0.62% -
HSV(B) 300.96º 0.75% 0.98% -
XYZ 58.56 30.95 91.7 -
YUV 140.89 188.45 206.54 -
System Red Green Blue C M Y K H S L
Decimal 251 64 248 0 0.75 0.01 0.02 300.96 0.96 0.62
Hex FB 40 F8 0 4B 1 2 12D 60 3E
Octal 373 100 370 0 113 1 2 455 140 76
Binary 11111011 1000000 11111000 0 1001011 1 10 100101101 1100000 111110

Color Harmonies of #FB40F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40F8

Black with #FB40F8

Text Example


Text Example

White with #FB40F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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