Html Css Color HEX #FB45F9 Pink Flamingo

📋 copy color: '#FB45F9'

red 251 ◦ green 69 ◦ blue 249

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

Shades of Pink Flamingo #FB45F9

Tints of Pink Flamingo #FB45F9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.13%

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

R = 44.11%
G = 12.13%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB45F9 (or 0xFB45F9) is known color: Pink Flamingo. HEX triplet: FB, 45 and F9. RGB value is (251,69,249). Sum of RGB (Red+Green+Blue) = 251+69+249=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 69 (27.34% from 255 or 12.13% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB45F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB45F9 is #04BA06. Grayscale: #8F8F8F. Windows color (decimal): -309767 or 16336379. OLE color: 16336379.

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

Color convert

RGB 251 69 249 -
CMYK 0 0.73 0.01 0.02
HSL 300.66º 0.96% 0.63% -
HSV(B) 300.66º 0.73% 0.98% -
XYZ 59.01 31.61 92.61 -
YUV 143.94 187.3 204.36 -
System Red Green Blue C M Y K H S L
Decimal 251 69 249 0 0.73 0.01 0.02 300.66 0.96 0.63
Hex FB 45 F9 0 49 1 2 12D 60 3F
Octal 373 105 371 0 111 1 2 455 140 77
Binary 11111011 1000101 11111001 0 1001001 1 10 100101101 1100000 111111

Color Harmonies of #FB45F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB45F9

Black with #FB45F9

Text Example


Text Example

White with #FB45F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB45F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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