Html Css Color HEX #FB60E9 Pink Flamingo

📋 copy color: '#FB60E9'

red 251 ◦ green 96 ◦ blue 233

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

Shades of Pink Flamingo #FB60E9

Tints of Pink Flamingo #FB60E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 43.28%
G = 16.55%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB60E9 (or 0xFB60E9) is known color: Pink Flamingo. HEX triplet: FB, 60 and E9. RGB value is (251,96,233). Sum of RGB (Red+Green+Blue) = 251+96+233=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB60E9 is #049F16. Grayscale: #9D9D9D. Windows color (decimal): -302871 or 15294715. OLE color: 15294715.

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

Color convert

RGB 251 96 233 -
CMYK 0 0.62 0.07 0.02
HSL 306.97º 0.95% 0.68% -
HSV(B) 306.97º 0.62% 0.98% -
XYZ 58.67 34.76 80.71 -
YUV 157.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 251 96 233 0 0.62 0.07 0.02 306.97 0.95 0.68
Hex FB 60 E9 0 3E 7 2 133 5F 44
Octal 373 140 351 0 76 7 2 463 137 104
Binary 11111011 1100000 11101001 0 111110 111 10 100110011 1011111 1000100

Color Harmonies of #FB60E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60E9

Black with #FB60E9

Text Example


Text Example

White with #FB60E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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