Html Css Color HEX #FB60F8 Pink Flamingo

📋 copy color: '#FB60F8'

red 251 ◦ green 96 ◦ blue 248

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

Shades of Pink Flamingo #FB60F8

Tints of Pink Flamingo #FB60F8

RGB

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

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

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

R = 42.18%
G = 16.13%
B = 41.68%

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

#FB60F8 (or 0xFB60F8) is known color: Pink Flamingo. HEX triplet: FB, 60 and F8. RGB value is (251,96,248). Sum of RGB (Red+Green+Blue) = 251+96+248=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 96 (37.89% from 255 or 16.13% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB60F8 is #049F07. Grayscale: #9F9F9F. Windows color (decimal): -302856 or 16277755. OLE color: 16277755.

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

Color convert

RGB 251 96 248 -
CMYK 0 0.62 0.01 0.02
HSL 301.16º 0.95% 0.68% -
HSV(B) 301.16º 0.62% 0.98% -
XYZ 60.91 35.65 92.48 -
YUV 159.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 251 96 248 0 0.62 0.01 0.02 301.16 0.95 0.68
Hex FB 60 F8 0 3E 1 2 12D 5F 44
Octal 373 140 370 0 76 1 2 455 137 104
Binary 11111011 1100000 11111000 0 111110 1 10 100101101 1011111 1000100

Color Harmonies of #FB60F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60F8

Black with #FB60F8

Text Example


Text Example

White with #FB60F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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