Html Css Color HEX #FB40F2 Pink Flamingo

📋 copy color: '#FB40F2'

red 251 ◦ green 64 ◦ blue 242

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

Shades of Pink Flamingo #FB40F2

Tints of Pink Flamingo #FB40F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 45.06%
G = 11.49%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB40F2 (or 0xFB40F2) is known color: Pink Flamingo. HEX triplet: FB, 40 and F2. RGB value is (251,64,242). Sum of RGB (Red+Green+Blue) = 251+64+242=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 64 (25.39% from 255 or 11.49% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB40F2 is #04BF0D. Grayscale: #8B8B8B. Windows color (decimal): -311054 or 15876347. OLE color: 15876347.

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

Color convert

RGB 251 64 242 -
CMYK 0 0.75 0.04 0.02
HSL 302.89º 0.96% 0.62% -
HSV(B) 302.89º 0.75% 0.98% -
XYZ 57.64 30.59 86.87 -
YUV 140.21 185.45 207.03 -
System Red Green Blue C M Y K H S L
Decimal 251 64 242 0 0.75 0.04 0.02 302.89 0.96 0.62
Hex FB 40 F2 0 4B 4 2 12F 60 3E
Octal 373 100 362 0 113 4 2 457 140 76
Binary 11111011 1000000 11110010 0 1001011 100 10 100101111 1100000 111110

Color Harmonies of #FB40F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40F2

Black with #FB40F2

Text Example


Text Example

White with #FB40F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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