Html Css Color HEX #FB60F9 Pink Flamingo

📋 copy color: '#FB60F9'

red 251 ◦ green 96 ◦ blue 249

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

Shades of Pink Flamingo #FB60F9

Tints of Pink Flamingo #FB60F9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.11%

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

R = 42.11%
G = 16.11%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB60F9 (or 0xFB60F9) is known color: Pink Flamingo. HEX triplet: FB, 60 and F9. RGB value is (251,96,249). Sum of RGB (Red+Green+Blue) = 251+96+249=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 96 (37.89% from 255 or 16.11% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB60F9 is #049F06. Grayscale: #9F9F9F. Windows color (decimal): -302855 or 16343291. OLE color: 16343291.

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

Color convert

RGB 251 96 249 -
CMYK 0 0.62 0.01 0.02
HSL 300.77º 0.95% 0.68% -
HSV(B) 300.77º 0.62% 0.98% -
XYZ 61.07 35.71 93.3 -
YUV 159.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 251 96 249 0 0.62 0.01 0.02 300.77 0.95 0.68
Hex FB 60 F9 0 3E 1 2 12D 5F 44
Octal 373 140 371 0 76 1 2 455 137 104
Binary 11111011 1100000 11111001 0 111110 1 10 100101101 1011111 1000100

Color Harmonies of #FB60F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60F9

Black with #FB60F9

Text Example


Text Example

White with #FB60F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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