Html Css Color HEX #FB60EC Pink Flamingo

📋 copy color: '#FB60EC'

red 251 ◦ green 96 ◦ blue 236

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

Shades of Pink Flamingo #FB60EC

Tints of Pink Flamingo #FB60EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 43.05%
G = 16.47%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB60EC (or 0xFB60EC) is known color: Pink Flamingo. HEX triplet: FB, 60 and EC. RGB value is (251,96,236). Sum of RGB (Red+Green+Blue) = 251+96+236=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 96 (37.89% from 255 or 16.47% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB60EC is #049F13. Grayscale: #9D9D9D. Windows color (decimal): -302868 or 15491323. OLE color: 15491323.

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

Color convert

RGB 251 96 236 -
CMYK 0 0.62 0.06 0.02
HSL 305.81º 0.95% 0.68% -
HSV(B) 305.81º 0.62% 0.98% -
XYZ 59.11 34.93 82.98 -
YUV 158.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 251 96 236 0 0.62 0.06 0.02 305.81 0.95 0.68
Hex FB 60 EC 0 3E 6 2 132 5F 44
Octal 373 140 354 0 76 6 2 462 137 104
Binary 11111011 1100000 11101100 0 111110 110 10 100110010 1011111 1000100

Color Harmonies of #FB60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60EC

Black with #FB60EC

Text Example


Text Example

White with #FB60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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